Fix missing scripts and incorrect variable.

This commit is contained in:
Daniel Buckmaster 2015-01-29 21:23:16 +11:00
parent cb047bd7f0
commit d7111bc851
4 changed files with 2 additions and 6 deletions

View file

@ -37,8 +37,6 @@ function initializeNavEditor()
exec("./NavEditor.cs");
exec("./NavEditorGui.gui");
exec("./NavEditorToolbar.gui");
exec("./NavEditorGui.cs");
exec("./NavEditorAboutDlg.gui");
exec("./NavEditorConsoleDlg.gui");
exec("./CreateNewNavMeshDlg.gui");