From 3200bb44432299a56604a288aa1594797e43861e Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 14 Sep 2014 23:41:36 +0000 Subject: [PATCH] fix compilation error on 32-bit Windows with Eigen --- panda/src/display/displayRegion.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/panda/src/display/displayRegion.h b/panda/src/display/displayRegion.h index b648fe307b..2d3dfd1bbe 100644 --- a/panda/src/display/displayRegion.h +++ b/panda/src/display/displayRegion.h @@ -38,6 +38,7 @@ #include "cullTraverser.h" #include "callbackObject.h" #include "luse.h" +#include "epvector.h" class GraphicsOutput; class GraphicsPipe; @@ -172,7 +173,7 @@ public: LVecBase4i _pixels; LVecBase4i _pixels_i; }; - typedef pvector Regions; + typedef epvector Regions; private: class CData; @@ -214,10 +215,10 @@ private: Regions _regions; int _lens_index; // index into which lens of a camera is associated with this display region. 0 is default - + NodePath _camera; Camera *_camera_node; - + bool _active; int _sort; Lens::StereoChannel _stereo_channel;