Skip to content

Commit

Permalink
Fixed compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
fLindahl committed Nov 15, 2024
1 parent f6b9d3f commit 54a9a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/editor/editorfeature/editorfeatureunit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EditorFeatureUnit::~EditorFeatureUnit()
void
EditorFeatureUnit::OnAttach()
{
Game::RegisterType<Editor::EditorEntity>();
this->RegisterComponentType<Editor::EditorEntity>();
Scripting::RegisterEditorBinds();
}

Expand Down

0 comments on commit 54a9a6f

Please sign in to comment.