Hide crash warning
This commit is contained in:
parent
e35427742a
commit
088d5a300c
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue