Revert "Set VBO hints in more places"

This commit is contained in:
Gregor Parzefall
2024-09-12 19:28:37 +02:00
committed by SmallJoker
parent 73c29e7763
commit a8e7e261b9
4 changed files with 0 additions and 15 deletions

View File

@@ -1046,7 +1046,6 @@ void CGUITTFont::createSharedPlane()
buf->append(vertices, 4, indices, 6);
shared_plane_.addMeshBuffer( buf );
shared_plane_.setHardwareMappingHint(EHM_STATIC);
shared_plane_ptr_ = &shared_plane_;
buf->drop(); //the addMeshBuffer method will grab it, so we can drop this ptr.