oops, previous commit was not working

it is working now
This commit is contained in:
Juan Linietsky
2015-05-26 01:30:36 -03:00
parent 9df77d2765
commit b1b7826ea7
4 changed files with 15 additions and 6 deletions

View File

@@ -713,7 +713,7 @@ void Physics2DServer::_bind_methods() {
Physics2DServer::Physics2DServer() {
ERR_FAIL_COND( singleton!=NULL );
//ERR_FAIL_COND( singleton!=NULL );
singleton=this;
}