2
0
mirror of https://github.com/godotengine/godot.git synced 2025-04-25 01:48:08 +08:00

Merge pull request from firefly2442/SwitchDefaultTypo

fix typo in switch statement
This commit is contained in:
Noshyaar 2017-12-31 12:34:51 +07:00 committed by GitHub
commit 7e2941f62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}