Remove virtual inheritance

This commit is contained in:
Magnus Norddahl 2023-04-16 21:49:05 +02:00
commit 6381280177
23 changed files with 103 additions and 142 deletions

View file

@ -585,7 +585,7 @@ void VkRenderStateMolten::Draw(int dt, int index, int count, bool apply)
{
if (dt == DT_TriangleFan)
{
IIndexBuffer *oldIndexBuffer = mIndexBuffer;
IBuffer* oldIndexBuffer = mIndexBuffer;
mIndexBuffer = fb->GetBufferManager()->FanToTrisIndexBuffer.get();
if (apply || mNeedApply)