mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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