Skip to content

Commit 05ae233

Browse files
committed
xrGame: fix case-sensitive inklude in IK
1 parent ac51859 commit 05ae233

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/xrGame/ik/aint.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MODIFICATIONS.
3030
3131
*/
32-
#include "stdafx.h"
32+
#include "StdAfx.h"
3333

3434
#include "aint.h"
3535

src/xrGame/ik/eqn.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MODIFICATIONS.
3030
3131
*/
32-
#include "stdafx.h"
32+
#include "StdAfx.h"
3333
#include "eqn.h"
3434

3535
/*

src/xrGame/ik/eulersolver.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MODIFICATIONS.
3030
3131
*/
32-
#include "stdafx.h"
32+
#include "StdAfx.h"
3333
#include "eulersolver.h"
3434

3535
typedef void (*euler_solver)(const Matrix G, float& t1, float& t2, float& t3, int family);

src/xrGame/ik/jtlimits.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
*/
3232

33-
#include "stdafx.h"
33+
#include "StdAfx.h"
3434
#include "aint.h"
3535
#include "jtlimits.h"
3636

src/xrGame/ik/limb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
*/
3232

33-
#include "stdafx.h"
33+
#include "StdAfx.h"
3434
#include "limb.h"
3535

3636
enum

0 commit comments

Comments
 (0)