update OsgDome

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5311 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 9c4acf977e183729438f269a14c68241a93e7958
Former-commit-id: f3a9712a7f74f3c061168a1333078197cf6a98de
This commit is contained in:
torcs-ng 2013-03-12 22:26:35 +00:00
parent 452ab78f6f
commit 23062ce0cb

View file

@ -271,7 +271,7 @@ bool SDSkyDome::reposition( const osg::Vec3f& p, double spin )
{
// asl = _asl;
osg::Matrix T, LON, LAT, SPIN;
osg::Matrix T, SPIN;
T.makeTranslate( p );
SPIN.makeRotate(spin, osg::Vec3(0, 0, 1));