Changeset 7098 for code/branches/presentation3
- Timestamp:
- Jun 3, 2010, 1:03:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/graphics/Camera.cc
r6501 r7098 111 111 SUPER(Camera, tick, dt); 112 112 113 if (this->bDrag_ )113 if (this->bDrag_ && this->getTimeFactor() != 0) 114 114 { 115 115 // this stuff here may need some adjustments
Note: See TracChangeset
for help on using the changeset viewer.