mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update utility.tscript
correction to last commit
This commit is contained in:
parent
b65f06aa25
commit
2e2b33fcea
|
|
@ -184,8 +184,8 @@ function addLanguage(%langTable, %filename, %alias)
|
|||
%needLangMap = true;
|
||||
if(isFile("./langs/languageMap"))
|
||||
%needLangMap = false;
|
||||
|
||||
CompileLanguage("./langs/"@ %filename @".tscript", %needLangMap);
|
||||
|
||||
CompileLanguage("./langs/"@ %filename @".txt", %needLangMap);
|
||||
%langTable.addLanguage("./langs/"@ %filename @".lso", %alias);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue