Hide crash warning

This commit is contained in:
Cory Petkovsek 2025-09-30 12:43:35 +07:00
parent e35427742a
commit 088d5a300c
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ void Terrain3D::_notification(const int p_what) {
case NOTIFICATION_CRASH: {
// Godot's crash handler reports engine is about to crash
// Only works on desktop if the crash handler is enabled
LOG(WARN, "NOTIFICATION_CRASH");
LOG(INFO, "NOTIFICATION_CRASH");
break;
}