mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Case-sensitive fixes on template script files for Linux.
This commit is contained in:
parent
2142d452d4
commit
a8462b7fc3
15 changed files with 22 additions and 22 deletions
|
|
@ -73,8 +73,8 @@ function initClient()
|
|||
|
||||
// Load up the Game GUIs
|
||||
exec("art/gui/defaultGameProfiles.cs");
|
||||
exec("art/gui/PlayGui.gui");
|
||||
exec("art/gui/ChatHud.gui");
|
||||
exec("art/gui/playGui.gui");
|
||||
exec("art/gui/chatHud.gui");
|
||||
exec("art/gui/playerList.gui");
|
||||
exec("art/gui/hudlessGui.gui");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue