aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-12 20:24:41 +1200
committerArslaan Pathan <[email protected]>2025-06-12 20:24:41 +1200
commitc4dccb580d1b8266078f37ec42c122f6cf65d9d3 (patch)
treec890c54471127dafc7fa7b40ce7ac8264a560238 /src/main.cpp
parenta0776f03698ec600eed77cddc1e6eda3618eb6d7 (diff)
downloadshowdownofthesticks-c4dccb580d1b8266078f37ec42c122f6cf65d9d3.tar.xz
showdownofthesticks-c4dccb580d1b8266078f37ec42c122f6cf65d9d3.zip
Debounce delay shitted shit so unshit shit
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ee291a7..5a495f3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -277,7 +277,6 @@ int main() {
} else {
lua_pop(L, 1);
}
- SDL_Delay(25);
}
}
}