From 90747edd745d78bbddcce8f75428c3565a3b6c38 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Thu, 25 Apr 2013 23:19:45 +0200 Subject: [PATCH] Reenable spineboy. --- spine-sfml/example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-sfml/example/main.cpp b/spine-sfml/example/main.cpp index 7349d32a6..81df65e09 100644 --- a/spine-sfml/example/main.cpp +++ b/spine-sfml/example/main.cpp @@ -134,6 +134,6 @@ void goblins () { } int main () { -// spineboy(); + spineboy(); goblins(); }