diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-09-20 02:25:05 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-09-20 02:25:05 (GMT) |
commit | ccc88b0c433e9d66ea24dfd26ad6e835196acca5 (patch) | |
tree | 4dbdefbe26b9a4843a98fb18928236c7dbf6f69c /tests/OffscreenView.h | |
parent | 24fa66ca38a5f9ce656af4d72109d9ad3a1e2526 (diff) |
get throwntogetherrenderer working in tests (initalize csgInfo to null)
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 85c0144..dd52a81 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -1,8 +1,10 @@ #ifndef OFFSCREENVIEW_H_ #define OFFSCREENVIEW_H_ +#ifndef __APPLE__ // Eigen SIMD alignment #define EIGEN_DONT_VECTORIZE 1 #define EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT 1 +#endif #include "OffscreenContext.h" #include <Eigen/Core> |