From 2b6e774ce7eab4c9e5052c757fe240bc95b86f55 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 20 May 2010 22:15:26 +0200 Subject: Updated bullet sprite. --- application.cpp | 2 +- foo4.png | Bin 906 -> 5967 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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()); diff --git a/foo4.png b/foo4.png index b9a0e05..7c9b56f 100644 Binary files a/foo4.png and b/foo4.png differ -- cgit v1.2.3