mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Remove commented line.
This commit is contained in:
parent
dd840fcbd2
commit
ed66fa5ba1
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ static void load_translated(aim_vector3<float> &v, const buffer &b)
|
||||||
READ(b, v.y);
|
READ(b, v.y);
|
||||||
READ(b, v.x);
|
READ(b, v.x);
|
||||||
READ(b, v.z);
|
READ(b, v.z);
|
||||||
//v.y = -v.y;
|
|
||||||
|
|
||||||
// after load we have eMayaYUp
|
// after load we have eMayaYUp
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue