- fixed: 'frame' in GLDEFS light definitions was case sensitive.

This commit is contained in:
Christoph Oelckers 2018-12-18 19:36:50 +01:00
parent 8815379e15
commit c597b16f30
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ class GLDefsParser
sc.ScriptError("Name longer than 8 characters: %s\n", sc.String);
}
frameName = sc.String;
frameName.ToUpper();
startDepth = ScriptDepth;