nergal
Is it possible to somehow control how often the Update function for a logiccomponent is called when registered to listed to update callbacks?
For example if I have a phys-class that handles my physics that I want to update with 30 FPS while the rest should update at 60 FPS?
(or should i handle this manually?)