Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2009, 2:14:24 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff I found when browsing around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/orxonox/sound/SoundManager.cc

    r3280 r3342  
    148148
    149149        // update listener orientation
    150         Quaternion orient = camera->getOrientation();
     150        const Quaternion& orient = camera->getOrientation();
    151151        Vector3 up = orient.xAxis(); // just a wild guess
    152152        Vector3 at = orient.zAxis();
Note: See TracChangeset for help on using the changeset viewer.