mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: 'frame' in GLDEFS light definitions was case sensitive.
This commit is contained in:
parent
8815379e15
commit
c597b16f30
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ class GLDefsParser
|
|||
sc.ScriptError("Name longer than 8 characters: %s\n", sc.String);
|
||||
}
|
||||
frameName = sc.String;
|
||||
frameName.ToUpper();
|
||||
|
||||
startDepth = ScriptDepth;
|
||||
|
||||
|
|
Loading…
Reference in a new issue