Figured out the crash, but want to see what valgrind would say.
This commit is contained in:
parent
aaf5aa4165
commit
0e8b661273
7 changed files with 30 additions and 15 deletions
|
|
@ -312,12 +312,12 @@ int error_usage() {
|
|||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
shaders::init();
|
||||
ai::init("ai");
|
||||
animation::init();
|
||||
components::init();
|
||||
sfml::Backend backend;
|
||||
guecs::init(&backend);
|
||||
ai::init("ai");
|
||||
animation::init();
|
||||
shaders::init();
|
||||
|
||||
std::string sprite_name;
|
||||
std::string background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue