mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Merge pull request #1358 from Azaezel/alpha41/saveAsSignature
fix level saveas
This commit is contained in:
commit
a0d1eda965
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ function replaceInFile(%fileName, %fromWord, %toWord)
|
|||
{
|
||||
if( %file.openForWrite(%fileName) )
|
||||
{
|
||||
for(%i=0; %i < %lineArray.getCount(); %i++)
|
||||
for(%i=0; %i < %lineArray.count(); %i++)
|
||||
{
|
||||
%file.writeline(%lineArray.getKey(%i));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue