HOTFIX: typos

This commit is contained in:
BlackMATov
2020-02-07 04:44:56 +07:00
parent 5a64cedd92
commit 5b8bb6f93e

View File

@@ -121,7 +121,7 @@ namespace
ImGui::Separator(); ImGui::Separator();
if ( ImGui::Button("+ Add None") ) { if ( ImGui::Button("+ Add Node") ) {
w.instantiate(); w.instantiate();
} }
} }