mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 13:36:50 -04:00
Integrate Sentry crash reporting for public builds
This commit is contained in:
@@ -158,6 +158,7 @@ void ImGuiEngine_Initialize(float scale) {
|
||||
|
||||
Image GetImage(const std::string& path) {
|
||||
if (!AssetExists(path)) {
|
||||
DuskLog.warn("Image '{}' does not exist", path);
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user