NathanSweet пре 12 година
родитељ
комит
90747edd74
1 измењених фајлова са 1 додато и 1 уклоњено
  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();
 }