BGE: restore a feature that was lost in 2.48: sharing of display lists between duplicated objects.

This commit is contained in:
Benoit Bolsee
2009-04-18 09:14:51 +00:00
parent df8cf26404
commit 53fd3847bc
4 changed files with 11 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ enum RAS_ListSlotFlags {
LIST_REGEN =64
};
typedef std::map<class RAS_MeshSlot*, RAS_ListSlot*> RAS_Lists;
typedef std::map<RAS_DisplayArrayList, RAS_ListSlot*> RAS_Lists;
class RAS_ListRasterizer : public RAS_VAOpenGLRasterizer
{