mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
mac compile fixes
1) `/` not `\` for includes 2) had to clean up a few extra ## bits that work fine winside, but trip up macs (only needed when stitching, had 5 spots where that was pointless)
This commit is contained in:
parent
e3b8c7b001
commit
5de19404d9
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include "gfx/gfxDebugEvent.h"
|
||||
#include "gfx/gfxTransformSaver.h"
|
||||
#include "renderInstance/renderPassManager.h"
|
||||
#include "math\mathUtils.h"
|
||||
#include "math/mathUtils.h"
|
||||
#include "gfx/gfxDrawUtil.h"
|
||||
|
||||
IMPLEMENT_CO_NETOBJECT_V1(NotesObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue