aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-13 07:55:06 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-13 07:55:06 -0500
commitbf7d1d29029ca0afa4369bf95b8bd67c73fd5c45 (patch)
tree60d05a8cb5f0b90b245e0c4591b7ac1eae14d889 /main.cpp
parent9765c6303b763a60a2d917fc3c334b30e0fbbcfa (diff)
fixed particles / indoors
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index c363875..dba3605 100644
--- a/main.cpp
+++ b/main.cpp
@@ -509,7 +509,7 @@ void mainLoop(void){
fps=1000/deltaTime;
}else if(!(debugDiv%10)){
debugY = player->loc.y;
- }
+ }
render(); // Call the render loop;
}