[Yake-svn] SF.net SVN: yake: [1714] trunk/yake/src/raf/yakeRtApplicationState.cpp
Status: Beta
Brought to you by:
psyclonist
From: <psy...@us...> - 2007-04-20 15:21:05
|
Revision: 1714 http://svn.sourceforge.net/yake/?rev=1714&view=rev Author: psyclonist Date: 2007-04-20 08:20:47 -0700 (Fri, 20 Apr 2007) Log Message: ----------- fix because of interface change in yake::audio Modified Paths: -------------- trunk/yake/src/raf/yakeRtApplicationState.cpp Modified: trunk/yake/src/raf/yakeRtApplicationState.cpp =================================================================== --- trunk/yake/src/raf/yakeRtApplicationState.cpp 2007-04-20 15:18:43 UTC (rev 1713) +++ trunk/yake/src/raf/yakeRtApplicationState.cpp 2007-04-20 15:20:47 UTC (rev 1714) @@ -211,7 +211,7 @@ { audio::IAudioSystem* pSys = getApp().getAudioSystem(); YAKE_ASSERT( pSys ); - mAWorld.reset( pSys->createWorld() ); + mAWorld = pSys->createWorld(); } if (!mAWorld.get()) YAKE_EXCEPT("We really need a valid audio world here! Bailing out!"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |