mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Fix various typos and spelling mistakes
This commit is contained in:
@@ -965,7 +965,7 @@ void VertexManagerBase::OnDraw()
|
||||
|
||||
void VertexManagerBase::OnCPUEFBAccess()
|
||||
{
|
||||
// Check this isn't another access without any draws inbetween.
|
||||
// Check this isn't another access without any draws in between.
|
||||
if (!m_cpu_accesses_this_frame.empty() && m_cpu_accesses_this_frame.back() == m_draw_counter)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user