mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
typofix
This commit is contained in:
parent
e9638d285f
commit
3fe21e8808
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ $guiContent = new GuiControl() {
|
||||||
minSize = "50 50";
|
minSize = "50 50";
|
||||||
closeCommand = "EWTreeWindow.setVisible(false);";
|
closeCommand = "EWTreeWindow.setVisible(false);";
|
||||||
EdgeSnap = "1";
|
EdgeSnap = "1";
|
||||||
text = ":: World Edior - Scene Tree";
|
text = ":: World Editor - Scene Tree";
|
||||||
|
|
||||||
new GuiTabBookCtrl(EditorTreeTabBook) {
|
new GuiTabBookCtrl(EditorTreeTabBook) {
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue