Remove virtual inheritance
This commit is contained in:
parent
6894eb013f
commit
6381280177
23 changed files with 103 additions and 142 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue