Browse Source

fix typo in switch statement

firefly2442 7 years ago
parent
commit
ac2b084fdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/bullet/bullet_physics_server.cpp

+ 1 - 1
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;
 	}