Browse Source

Reenable spineboy.

NathanSweet 12 years ago
parent
commit
90747edd74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-sfml/example/main.cpp

+ 1 - 1
spine-sfml/example/main.cpp

@@ -134,6 +134,6 @@ void goblins () {
 }
 
 int main () {
-//	spineboy();
+	spineboy();
 	goblins();
 }