You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Introduce 'drivers/apple_embedded' abstract platform for code reuse
This commit is contained in:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user