This website works better with JavaScript
Home
Explore
Help
Sign In
archive
/
spine-runtimes
mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Reenable spineboy.
NathanSweet
12 years ago
parent
f55249dcbe
commit
90747edd74
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
spine-sfml/example/main.cpp
+ 1
- 1
spine-sfml/example/main.cpp
View File
@@ -134,6 +134,6 @@ void goblins () {
}
}
int main () {
int main () {
-
//
spineboy();
+ spineboy();
goblins();
goblins();
}
}