🐛 Fixed missing scriptlexer patch
This commit is contained in:
11
ogre/1.11/patches/1.11.6.1/scriptlexer.patch
Normal file
11
ogre/1.11/patches/1.11.6.1/scriptlexer.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- OgreMain/src/OgreScriptLexer.cpp
|
||||
+++ OgreMain/src/OgreScriptLexer.cpp
|
||||
@@ -79,7 +79,7 @@ namespace Ogre {
|
||||
error = StringUtil::format(
|
||||
"no matching open bracket '{' found for close bracket '}' at %s:%d", source,
|
||||
line);
|
||||
- return tokens;
|
||||
+ braceLayer = 1;
|
||||
}
|
||||
|
||||
braceLayer --;
|
Reference in New Issue
Block a user