|
From: <axl...@us...> - 2009-05-31 01:25:49
|
Revision: 284
http://hgengine.svn.sourceforge.net/hgengine/?rev=284&view=rev
Author: axlecrusher
Date: 2009-05-31 01:25:41 +0000 (Sun, 31 May 2009)
Log Message:
-----------
start zeroed
Modified Paths:
--------------
Mercury2/src/MQuaternion.cpp
Modified: Mercury2/src/MQuaternion.cpp
===================================================================
--- Mercury2/src/MQuaternion.cpp 2009-05-31 01:24:34 UTC (rev 283)
+++ Mercury2/src/MQuaternion.cpp 2009-05-31 01:25:41 UTC (rev 284)
@@ -3,7 +3,7 @@
MQuaternion::MQuaternion()
{
- m_wxyz[0] = 1;
+ m_wxyz[0] = 0;
m_wxyz[1] = 0;
m_wxyz[2] = 0;
m_wxyz[3] = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|