aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 187f102..c8ff178 100644
--- a/main.cpp
+++ b/main.cpp
@@ -110,7 +110,7 @@ extern bool worldInside;
* referenced somewhere.
*/
-unsigned int tickCount = 0;
+unsigned int tickCount = DAY_CYCLE;
unsigned int deltaTime = 0;
/*
@@ -340,7 +340,7 @@ int main(/*int argc, char *argv[]*/){
const GLchar *shaderSource = readFile("test.frag");
- GLint bufferln = 0;
+ GLint bufferln = GL_FALSE;
int logLength;