mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
VideoCommon: VertexManager -> VertexManagerBase
It may be a bit weird to see calls to static functions in VertexManagerBase now, but at least it's easier to see what's going on.
This commit is contained in:
parent
89f6451513
commit
c52c73f762
10 changed files with 43 additions and 43 deletions
|
@ -367,7 +367,7 @@ void RunGpuLoop()
|
|||
|
||||
// The fifo is empty and it's unlikely we will get any more work in the near future.
|
||||
// Make sure VertexManager finishes drawing any primitives it has stored in it's buffer.
|
||||
VertexManager::Flush();
|
||||
VertexManagerBase::Flush();
|
||||
}
|
||||
}, 100);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue