diff --git a/panda/src/pgraph/textureAttrib.h b/panda/src/pgraph/textureAttrib.h index 8068c194c8..9b8b8f75c8 100644 --- a/panda/src/pgraph/textureAttrib.h +++ b/panda/src/pgraph/textureAttrib.h @@ -126,11 +126,11 @@ private: vector_int _ff_tc_index; unsigned int _next_implicit_sort; - typedef ov_set OffStages; + typedef ov_set OffStages; OffStages _off_stages; bool _off_all_stages; - typedef pmap< TextureStage *, PT(Texture) > OnTextures; + typedef pmap OnTextures; OnTextures _on_textures; typedef pmap< int, CPT(TextureAttrib) > Filtered;