diff options
| author | Juan Linietsky | 2015-05-26 01:30:36 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-05-26 01:30:36 -0300 |
| commit | b1b7826ea7e04a3eb4d9b3d011e9a2a8dff5db03 (patch) | |
| tree | 92bfc368ed51986c7bc192dbfe6c10022193ad8b /servers/physics_2d_server.cpp | |
| parent | 9df77d276593ef7082e3971d1c180b8f74b0cb2e (diff) | |
| download | godot-b1b7826ea7e04a3eb4d9b3d011e9a2a8dff5db03.tar.gz godot-b1b7826ea7e04a3eb4d9b3d011e9a2a8dff5db03.tar.zst godot-b1b7826ea7e04a3eb4d9b3d011e9a2a8dff5db03.zip | |
oops, previous commit was not working
it is working now
Diffstat (limited to 'servers/physics_2d_server.cpp')
| -rw-r--r-- | servers/physics_2d_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_2d_server.cpp b/servers/physics_2d_server.cpp index 279ad0d74..c2ad7b216 100644 --- a/servers/physics_2d_server.cpp +++ b/servers/physics_2d_server.cpp @@ -713,7 +713,7 @@ void Physics2DServer::_bind_methods() { Physics2DServer::Physics2DServer() { - ERR_FAIL_COND( singleton!=NULL ); + //ERR_FAIL_COND( singleton!=NULL ); singleton=this; } |
