You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
fix typo in switch statement
This commit is contained in:
@@ -121,7 +121,7 @@ RID BulletPhysicsServer::shape_create(ShapeType p_shape) {
|
||||
shape = bulletnew(RayShapeBullet);
|
||||
} break;
|
||||
case SHAPE_CUSTOM:
|
||||
defaul:
|
||||
default:
|
||||
ERR_FAIL_V(RID());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user