From 5d97a0154ed1c5584c50884e086dcaa3536e5672 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 17:31:50 -0500 Subject: added basic movement --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 087ec78..1f78c65 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,6 +21,7 @@ int main() testcreature.Place(); testresource.Place(); main.Render(); + SDL_Delay(10); } main.Destroy(); -- cgit v1.2.3