summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-05-07 12:35:15 -0500
committertom <tom@ground-control>2015-05-07 12:35:15 -0500
commitffcee12acf3fe3f972f322c18b3203212682205d (patch)
treeac300fa0808b8f6218669e3f14b1d0b784bc7055 /src/main.cpp
parente91f0c208605f27d2ba9e2a9c584c92212ab0088 (diff)
woo! detection is implemented albeit shitty
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1dec02c..1e8424a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,7 +22,7 @@ int main()
L.Behavior();
main.Render();
- SDL_Delay(5);
+ SDL_Delay(15);
}
main.Destroy();