engine: upgrade benchmark

This commit is contained in:
nillerusr
2022-11-16 13:51:03 +03:00
parent db3062c60b
commit de873d3fc3
5 changed files with 47 additions and 6 deletions
+2 -1
View File
@@ -6481,7 +6481,8 @@ HRESULT ID3DXMatrixStack::Create()
m_stack.EnsureCapacity( 16 ); // 1KB ish
m_stack.AddToTail();
m_stackTop = 0; // top of stack is at index 0 currently
m_mark = false;
LoadIdentity();
return S_OK;