Skip to content

Commit

Permalink
Fixed #pramga.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhable committed Apr 1, 2017
1 parent d7115b8 commit c0aa23d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/Mat44.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ void Mat44::RtFromXform(Mat33 & R, Vec3 & t, const Mat44 & M)

static const float s_degToRad = 3.14159f/180.0f;

#pragma optimize("",off)

Mat44 Mat44::RotationX(float angleDeg)
{
Mat44 ret = RotationArbitrary(angleDeg,Vec3(1,0,0));
Expand Down

0 comments on commit c0aa23d

Please sign in to comment.