Revision: 2593 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2593&view=rev Author: ulteq Date: 2012-05-18 22:52:02 +0000 (Fri, 18 May 2012) Log Message: ----------- fixes a typo
Modified Paths: -------------- trunk/source/main/gfx/camera/CameraBehavior.cpp Modified: trunk/source/main/gfx/camera/CameraBehavior.cpp =================================================================== --- trunk/source/main/gfx/camera/CameraBehavior.cpp 2012-05-18 22:39:26 UTC (rev 2592) +++ trunk/source/main/gfx/camera/CameraBehavior.cpp 2012-05-18 22:52:02 UTC (rev 2593) @@ -112,7 +112,7 @@ desiredPosition.y = std::max(h, desiredPosition.y); } - Vector3 camTrans = (desiredPosition - ctx.mCamera->getPosition()) 0.1f; + Vector3 camTrans = (desiredPosition - ctx.mCamera->getPosition()) * 0.1f; ctx.mCamera->move(camTrans); ctx.mCamera->lookAt(camLookAt); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel