🐛 Fixed missing scriptlexer patch
This commit is contained in:
parent
d7fb4ff0e8
commit
a65b64c7c4
@ -7,6 +7,7 @@ patches:
|
||||
- patch_file: "patches/1.11.6.1/CMakeLists.txt.patch"
|
||||
- patch_file: "patches/1.11.6.1/Samples-CMakeList.txt.patch"
|
||||
- patch_file: "patches/1.11.6.1/FixOverlayCMakeLists.txt.patch"
|
||||
- patch_file: "patches/1.11.6.1/scriptlexer.patch"
|
||||
requirements:
|
||||
- "zlib/[1.x]"
|
||||
- "zziplib/[0.13.x]"
|
||||
|
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 --;
|
Loading…
x
Reference in New Issue
Block a user