From ac2b084fdc4ffd5ca635b17aa74142418e4908cd Mon Sep 17 00:00:00 2001 From: firefly2442 Date: Sat, 30 Dec 2017 21:49:04 -0700 Subject: fix typo in switch statement --- modules/bullet/bullet_physics_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bullet/bullet_physics_server.cpp b/modules/bullet/bullet_physics_server.cpp index b233edc0d4..ae062904b4 100644 --- a/modules/bullet/bullet_physics_server.cpp +++ b/modules/bullet/bullet_physics_server.cpp @@ -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; } -- cgit v1.2.3