mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Reimplement SkipBracedSection
This commit is contained in:
parent
7e6b0a1c2b
commit
4ea598d76b
3 changed files with 4 additions and 18 deletions
|
@ -3721,7 +3721,7 @@ static void FindShadersInShaderText()
|
|||
if (*token == '{')
|
||||
{
|
||||
p = oldp;
|
||||
SkipBracedSection(&p);
|
||||
SkipBracedSection(&p, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue