Skip to content

Commit

Permalink
xrGame: fix case-sensitive inklude in IK
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 8, 2018
1 parent ac51859 commit 05ae233
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/xrGame/ik/aint.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
MODIFICATIONS.
*/
#include "stdafx.h"
#include "StdAfx.h"

#include "aint.h"

Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/ik/eqn.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
MODIFICATIONS.
*/
#include "stdafx.h"
#include "StdAfx.h"
#include "eqn.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/ik/eulersolver.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
MODIFICATIONS.
*/
#include "stdafx.h"
#include "StdAfx.h"
#include "eulersolver.h"

typedef void (*euler_solver)(const Matrix G, float& t1, float& t2, float& t3, int family);
Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/ik/jtlimits.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/

#include "stdafx.h"
#include "StdAfx.h"
#include "aint.h"
#include "jtlimits.h"

Expand Down
2 changes: 1 addition & 1 deletion src/xrGame/ik/limb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/

#include "stdafx.h"
#include "StdAfx.h"
#include "limb.h"

enum
Expand Down

0 comments on commit 05ae233

Please sign in to comment.