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:
AzaezelX 2020-11-06 02:11:13 -06:00
parent e3b8c7b001
commit 5de19404d9
2 changed files with 4 additions and 4 deletions

View file

@ -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);