mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- removed debug stuff
This commit is contained in:
parent
e2ff585fab
commit
572ef33ee3
@ -549,7 +549,7 @@ void MainWindow::onPaint(wxPaintEvent &event) {
|
||||
particleLoopStart = 1;
|
||||
|
||||
if(resetAnimation == true || ((anim - lastanim) >= defaultspeed*2)) {
|
||||
printf("anim [%f] [%f] [%f]\n",anim,lastanim,speed);
|
||||
//printf("anim [%f] [%f] [%f]\n",anim,lastanim,speed);
|
||||
|
||||
for(int i=0; i< updateLoops; ++i) {
|
||||
renderer->updateParticleManager();
|
||||
|
Loading…
x
Reference in New Issue
Block a user