• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision23ea67b0da7e1ca87df6c431e15b25b601b2aaec (tree)
Time2018-06-29 23:48:46
AuthorPavel Rojtberg <rojtberg@gmai...>
CommiterPavel Rojtberg

Log Message

ScriptTranslator: print the undefined reference on the respective error

Change Summary

Incremental Difference

diff -r de926286d981 -r 23ea67b0da7e OgreMain/src/OgreScriptTranslator.cpp
--- a/OgreMain/src/OgreScriptTranslator.cpp Wed Jun 27 02:02:09 2018 +0200
+++ b/OgreMain/src/OgreScriptTranslator.cpp Fri Jun 29 16:48:46 2018 +0200
@@ -2264,7 +2264,7 @@
22642264 evt.mName, ResourceGroupManager::AUTODETECT_RESOURCE_GROUP_NAME))
22652265 {
22662266 compiler->addError(ScriptCompiler::CE_REFERENCETOANONEXISTINGOBJECT, node->file,
2267- node->line);
2267+ node->line, evt.mName);
22682268 return NULL;
22692269 }
22702270 }