mirror of
https://github.com/godotengine/godot.git
synced 2025-04-25 01:48:08 +08:00
Merge pull request #15211 from firefly2442/SwitchDefaultTypo
fix typo in switch statement
This commit is contained in:
commit
7e2941f62b
@ -121,7 +121,7 @@ RID BulletPhysicsServer::shape_create(ShapeType p_shape) {
|
|||||||
shape = bulletnew(RayShapeBullet);
|
shape = bulletnew(RayShapeBullet);
|
||||||
} break;
|
} break;
|
||||||
case SHAPE_CUSTOM:
|
case SHAPE_CUSTOM:
|
||||||
defaul:
|
default:
|
||||||
ERR_FAIL_V(RID());
|
ERR_FAIL_V(RID());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user