Procházet zdrojové kódy

fix typo in switch statement

firefly2442 před 7 roky
rodič
revize
ac2b084fdc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
 			shape = bulletnew(RayShapeBullet);
 		} break;
 		} break;
 		case SHAPE_CUSTOM:
 		case SHAPE_CUSTOM:
-		defaul:
+		default:
 			ERR_FAIL_V(RID());
 			ERR_FAIL_V(RID());
 			break;
 			break;
 	}
 	}