StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
19 stars 14 forks source link

Fix fadetickinterval using wrong type, preventing some light ents from showing up in hammer #73

Closed braem closed 3 years ago

braem commented 3 years ago

Fixes an error introduced in https://github.com/ChaosInitiative/Chaos-FGD/pull/72/files

Going forward, using a quoted value for integers will prevent the effected entities from showing up in hammer, though some float values have quotes and others dont.. weird.

Will require a code change as well as it is expecting an int for some reason (idk what i was smoking).