Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.

This commit is contained in:
Ovnuniarchos 2016-01-30 10:36:58 +01:00
parent 987bfb4b5e
commit 51dfd4a4b5
2 changed files with 4 additions and 4 deletions

View file

@ -681,9 +681,9 @@
</member>
<member name="PS2D" type="Physics2DServer">
</member>
<member name="SpatialSoundServer" type="SpatialSound2DServer">
<member name="SpatialSoundServer" type="SpatialSoundServer">
</member>
<member name="SS" type="SpatialSound2DServer">
<member name="SS" type="SpatialSoundServer">
</member>
<member name="SpatialSound2DServer" type="SpatialSound2DServer">
</member>

View file

@ -65,8 +65,8 @@ void register_server_types() {
Globals::get_singleton()->add_singleton( Globals::Singleton("PS",PhysicsServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("Physics2DServer",Physics2DServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("PS2D",Physics2DServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SpatialSoundServer",SpatialSound2DServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SS",SpatialSound2DServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SpatialSoundServer",SpatialSoundServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SS",SpatialSoundServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SpatialSound2DServer",SpatialSound2DServer::get_singleton()) );
Globals::get_singleton()->add_singleton( Globals::Singleton("SS2D",SpatialSound2DServer::get_singleton()) );