aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_2d_server.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-05-26 01:30:36 -0300
committerJuan Linietsky2015-05-26 01:30:36 -0300
commitb1b7826ea7e04a3eb4d9b3d011e9a2a8dff5db03 (patch)
tree92bfc368ed51986c7bc192dbfe6c10022193ad8b /servers/physics_2d_server.cpp
parent9df77d276593ef7082e3971d1c180b8f74b0cb2e (diff)
downloadgodot-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.cpp2
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;
}