You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
This commit is contained in:
@@ -1548,8 +1548,7 @@ void BulletPhysicsServer::free(RID p_rid) {
|
||||
bulletdelete(space);
|
||||
} else {
|
||||
|
||||
ERR_EXPLAIN("Invalid ID");
|
||||
ERR_FAIL();
|
||||
ERR_FAIL_MSG("Invalid ID.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user