- fixing last commit, which didn't seem to work correctly
This commit is contained in:
parent
7f7c720883
commit
254501d3e8
4 changed files with 157 additions and 0 deletions
|
|
@ -799,6 +799,14 @@ public:
|
|||
th->Scale.X = th->Scale.Y = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_SpotInnerAngle:
|
||||
th->SpotInnerAngle = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_SpotOuterAngle:
|
||||
th->SpotOuterAngle = CheckFloat(key);
|
||||
break;
|
||||
|
||||
default:
|
||||
CHECK_N(Zd | Zdt)
|
||||
if (0 == strnicmp("user_", key.GetChars(), 5))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue