mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
found via cppcheck:
remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
This commit is contained in:
@@ -20,7 +20,6 @@ void BakedLightmapEditorPlugin::_bake() {
|
||||
case BakedLightmap::BAKE_ERROR_CANT_CREATE_IMAGE:
|
||||
EditorNode::get_singleton()->show_warning(TTR("Failed creating lightmap images, make sure path is writable."));
|
||||
break;
|
||||
defaut : {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user