Skip to content

Commit

Permalink
Update for engine changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug committed Feb 7, 2024
1 parent d3d876b commit f1d3889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RavEngine
Submodule RavEngine updated 908 files
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct HelloCubeApp : public RavEngine::App {
// If there are any unrecoverable errors that occur, you can optionally override
// this method to perform a custom action before closing. In this case, we will display
// an error dialog to the user.
void OnFatal(const char* msg) final {
void OnFatal(const std::string_view msg) final {
RavEngine::Dialog::ShowBasic("Fatal Error", msg, Dialog::MessageBoxType::Error);
}
};
Expand Down

0 comments on commit f1d3889

Please sign in to comment.