Skip to content

Commit

Permalink
Global: Unbreak build.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Aug 16, 2020
1 parent 365c140 commit 20eef07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UI/NativeApp.cpp
Expand Up @@ -762,8 +762,6 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch

// Must be done restarting by now.
restarting = false;

_assert_msg_(false, "assert test");
}

static UI::Style MakeStyle(uint32_t fg, uint32_t bg) {
Expand Down

1 comment on commit 20eef07

@hrydgard
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, thanks.

Please sign in to comment.