den1 Posted February 13, 2012 Share Posted February 13, 2012 (edited) It seems to that RegisterForUpdate gets limited somewhere around 0.5, so no matter if I use RegisterForUpdate(0.001), it's being updated every half second. How to make a constant, fast loop? Usage: Event OnBeginState() RegisterForUpdate(0.001) ; endEvent Event OnUpdate() ; Called every half second. Why? ..Code here endEvent Edited February 13, 2012 by den1 Link to comment Share on other sites More sharing options...
Recommended Posts