mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
parent
34f005d810
commit
457299449d
84 changed files with 6107 additions and 5411 deletions
|
|
@ -195,7 +195,7 @@ LightmapGIEditorPlugin::LightmapGIEditorPlugin() {
|
|||
#else
|
||||
// Disable lightmap baking if the module is disabled at compile-time.
|
||||
bake->set_disabled(true);
|
||||
#if defined(ANDROID_ENABLED) || defined(IOS_ENABLED)
|
||||
#if defined(ANDROID_ENABLED) || defined(APPLE_EMBEDDED_ENABLED)
|
||||
bake->set_tooltip_text(vformat(TTR("Lightmaps cannot be baked on %s."), OS::get_singleton()->get_name()));
|
||||
#else
|
||||
bake->set_tooltip_text(TTR("Lightmaps cannot be baked, as the `lightmapper_rd` module was disabled at compile-time."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue