소스 검색

Merge pull request #15211 from firefly2442/SwitchDefaultTypo

fix typo in switch statement
Noshyaar 7 년 전
부모
커밋
7e2941f62b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 	}