There was an error while loading. Please reload this page.
1 parent 8195e5a commit 107c48bCopy full SHA for 107c48b
src/editor/plugins.cpp
@@ -629,7 +629,7 @@ struct StudioAppPlugin : StudioApp::IPlugin {
629
compiler.addPlugin(*compiler_plugin, exts);
630
}
631
632
-bool showGizmo(ComponentUID cmp) override { return false; }
+bool showGizmo(UniverseView& view, ComponentUID cmp) override { return false; }
633
634
const char* getName() const override { return "gtlf_import"; }
635
0 commit comments