summaryrefslogtreecommitdiff
path: root/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application.cpp')
-rw-r--r--application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.cpp b/application.cpp
index 38448ec..b9a6173 100644
--- a/application.cpp
+++ b/application.cpp
@@ -244,7 +244,7 @@ void Application::main_loop(unsigned int tick, unsigned int step) {
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_WRAP_S,GL_CLAMP_TO_EDGE);
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_WRAP_T,GL_CLAMP_TO_EDGE);
shader->use();
- glPointSize(16.0);
+ glPointSize(32.0);
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, texture->tex());