summaryrefslogtreecommitdiff
path: root/application.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-05-20 22:15:26 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-05-20 22:15:26 +0200
commit2b6e774ce7eab4c9e5052c757fe240bc95b86f55 (patch)
tree64c55f2d551362f118e7662d68a93e9163ba1c8c /application.cpp
parent4a8b02adbc01bad1a20bcdc16b858d879cf47e11 (diff)
Updated bullet sprite.
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());