Explorar o código

Merge pull request #15211 from firefly2442/SwitchDefaultTypo

fix typo in switch statement
Noshyaar %!s(int64=7) %!d(string=hai) anos
pai
achega
7e2941f62b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}