prop_static: Respect .skin... we do this because this to-be-makestatic'd
entity will not support the RenderFXPass() anyway.
This commit is contained in:
parent
a7d5c0ab4a
commit
f8963a12db
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ prop_static::SpawnKey(string strKey, string strValue)
|
|||
case "modelscale":
|
||||
scale = stof(strValue);
|
||||
break;
|
||||
case "skin":
|
||||
skin = stof(strValue);
|
||||
break;
|
||||
default:
|
||||
super::SpawnKey(strKey, strValue);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue