mirror of
https://github.com/thestk/stk
synced 2026-05-03 12:28:11 +00:00
Version 4.2.1
This commit is contained in:
committed by
Stephen Sinclair
parent
a6381b9d38
commit
2cbce2d8bd
@@ -49,7 +49,7 @@ StkFloat Vector3D :: getLength()
|
||||
|
||||
void Vector3D :: setXYZ(StkFloat x, StkFloat y, StkFloat z)
|
||||
{
|
||||
myX_ = z;
|
||||
myX_ = x;
|
||||
myY_ = y;
|
||||
myZ_ = z;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user