Commit bd4a3aa3 authored by hybrid's avatar hybrid

Fixed extra qualification.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1295 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 7c19d2db
......@@ -108,7 +108,7 @@ class quaternion
quaternion& makeIdentity();
//! sets quaternion to represent a rotation from one angle to another
quaternion& quaternion::rotationFromTo(const vector3df& from, const vector3df& to);
quaternion& rotationFromTo(const vector3df& from, const vector3df& to);
f32 X, Y, Z, W;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment