mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
Fix compilation error
This commit is contained in:
parent
b9ebc10680
commit
56a3ed4355
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void DrawManager::ProcessTopologyOverride() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DrawManager::ProcessDraw(bool draw_indexed, u32 instance_count) {
|
void DrawManager::ProcessDraw(bool draw_indexed, u32 instance_count) {
|
||||||
LOG_TRACE(HW_GPU, "called, topology={}, count={}", draw_state.topology.Value(),
|
LOG_TRACE(HW_GPU, "called, topology={}, count={}", draw_state.topology,
|
||||||
draw_indexed ? draw_state.index_buffer.count : draw_state.vertex_buffer.count);
|
draw_indexed ? draw_state.index_buffer.count : draw_state.vertex_buffer.count);
|
||||||
|
|
||||||
ProcessTopologyOverride();
|
ProcessTopologyOverride();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue