This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
* Whoops. ça va pardon.
legacy
Jean-Yves Lamoureux
jylam
11 years ago
parent
d058092983
commit
873a294d7a
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
test/physics/lolphysics.h
+ 0
- 1
test/physics/lolphysics.h
View File
@@ -115,7 +115,6 @@ public:
//the "+1" is to have at least one Timestep and to ensure float to int .5f conversion.
int steps = (int)(seconds / m_timestep) + 1;
m_dynamics_world->stepSimulation(seconds, steps, m_timestep);
printf("STEP\n");
}
}
Write
Preview
Loading…
Cancel
Save