
for(cpFloat time = 0; time < 2; time += timeStep)
{
..........
}
with that cycle my programm hang, but without this cycle game doesnt game physics, how to modernize this cycle? i use graphics game engine - HGE(haaf game engine) and Chipmunk, programing languege is C++, OS - Windows
Sorry for my english:)