Hi guys!
This is probably extremely simple, but how can I change the scale of an entity in lite-c?

Heres my code:

Code:
ENTITY* planet = ent_for_name("planet_1");
planet.scale = 100;



but it doesn't seem to work :/, any ideas? Thanks.