Skip to content

Commit 107c48b

Browse files
committed
synced with engine
1 parent 8195e5a commit 107c48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/plugins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ struct StudioAppPlugin : StudioApp::IPlugin {
629629
compiler.addPlugin(*compiler_plugin, exts);
630630
}
631631

632-
bool showGizmo(ComponentUID cmp) override { return false; }
632+
bool showGizmo(UniverseView& view, ComponentUID cmp) override { return false; }
633633

634634
const char* getName() const override { return "gtlf_import"; }
635635

0 commit comments

Comments
 (0)