aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index f812919..c840b6e 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -205,7 +205,7 @@ void Entity::draw(void){ //draws the entities
if(type == PLAYERT){
static int texState = 0;
static bool up = true;
- if(loops % (int)((float)2 / (float)speed) == 0){
+ if(loops % (int)((float)4/(float)speed) == 0){
if(up){
texState+=1;
if(texState==2)up=false;