mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
fix win32 build issue as discovered by jean-claude and teedee
This commit is contained in:
parent
400f22693a
commit
5ea50b5073
@ -72,9 +72,9 @@ protected:
|
||||
|
||||
// Read from the obj file.
|
||||
int _line_number;
|
||||
typedef pvector<LVecBase4> Vec4Table;
|
||||
typedef pvector<LVecBase3> Vec3Table;
|
||||
typedef pvector<LVecBase2> Vec2Table;
|
||||
typedef epvector<LVecBase4> Vec4Table;
|
||||
typedef epvector<LVecBase3> Vec3Table;
|
||||
typedef epvector<LVecBase2> Vec2Table;
|
||||
typedef pmap<LVecBase3, int> UniqueVec3Table;
|
||||
|
||||
Vec4Table _v_table;
|
||||
|
Loading…
x
Reference in New Issue
Block a user