- Timestamp:
- May 30, 2006, 6:33:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_cursor.cc
r7985 r7987 75 75 this->backMaterial().setDiffuse(color.x, color.y, color.z); 76 76 77 if (this->movement != Vector2D())77 //if (this->movement != Vector2D()) 78 78 { 79 79 newPos += movement; … … 91 91 movement = Vector2D(); 92 92 } 93 this->setAbsCoor Soft2D(newPos, 10);93 this->setAbsCoor2D(newPos); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.