Animator won't crash anymore when there's an error, and instead displays an error message.
This commit is contained in:
parent
46f34828e4
commit
0d481a5ab7
6 changed files with 76 additions and 18 deletions
5
Makefile
5
Makefile
|
|
@ -77,5 +77,8 @@ arena:
|
|||
story:
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/storyboard
|
||||
|
||||
animator:
|
||||
debug_animator:
|
||||
gdb --nx -x .gdbinit --batch --ex run --ex bt --ex q --args ./builddir/animator.exe -s "rat_king_boss" -a "rat_king_boss" -b "test_background"
|
||||
|
||||
animator:
|
||||
./builddir/animator.exe -s "rat_king_boss" -a "rat_king_boss" -b "test_background"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue