Reimplement SkipBracedSection

This commit is contained in:
smallmodel 2024-12-01 17:53:42 +01:00
parent 7e6b0a1c2b
commit 4ea598d76b
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
3 changed files with 4 additions and 18 deletions

View file

@ -3721,7 +3721,7 @@ static void FindShadersInShaderText()
if (*token == '{')
{
p = oldp;
SkipBracedSection(&p);
SkipBracedSection(&p, 0);
}
else
{