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:
Marco Cawthorne 2022-03-22 19:51:59 -07:00
parent a7d5c0ab4a
commit f8963a12db
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -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);
}