Skip to content

Commit

Permalink
fix start
Browse files Browse the repository at this point in the history
  • Loading branch information
foopod committed Jul 7, 2021
1 parent 5e9ae2d commit 5b7ab27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions feline/log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[DEBUG] GBA Serial I/O: Lockstep 0: Node init
[DEBUG] GBA Serial I/O: Lockstep 0: Node init
2 changes: 1 addition & 1 deletion feline/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
int main()
{
bn::core::init();
fe::Scene scene = fe::Scene::OTHER;
fe::Scene scene = fe::Scene::GBA;

bn::sprite_ptr cat_sprite = bn::sprite_items::cat_sprite.create_sprite(0,0);
cat_sprite.set_visible(false);
Expand Down

0 comments on commit 5b7ab27

Please sign in to comment.