mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
WIP - improving the recursive script.
This commit is contained in:
parent
709fadff2e
commit
3710d726df
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ void Test::createRecursiveScript() {
|
|||
textStream << tab << TEST_PERIOD << endl;
|
||||
textStream << ");" << endl << endl;
|
||||
|
||||
textStream << "// STop teh timer and clear the module cache" << endl;
|
||||
textStream << "// Stop the timer and clear the module cache" << endl;
|
||||
textStream << "Script.scriptEnding.connect(" << endl;
|
||||
textStream << tab << "function() {" << endl;
|
||||
textStream << tab << tab << "Script.clearInterval(testTimer);" << endl;
|
||||
|
|
Loading…
Reference in a new issue