Skip to content

Commit

Permalink
e.what
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog committed Jan 15, 2024
1 parent 1e0f22e commit 48e8fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/clientlauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ bool ClientLauncher::run(GameStartData &start_data, const Settings &cmd_args)
errorstream << error_message << std::endl;
}
catch (ShaderException &e) {
error_message = debug_describe_exc(e);
error_message = e.what();
errorstream << error_message << std::endl;
}

Expand Down

0 comments on commit 48e8fb1

Please sign in to comment.