瀏覽代碼

Reenable spineboy.

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();
 }