mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-08 07:41:12 +00:00
Fix typo
This commit is contained in:
@@ -45,7 +45,7 @@ bool WrappedOpenGL::Serialise_glDrawArrays(GLenum mode, GLint first, GLsizei cou
|
||||
string name = "glDrawArrays(" +
|
||||
ToStr::Get(Mode) + ", " +
|
||||
ToStr::Get(First) + ", " +
|
||||
ToStr::Get(Count) + ", " + ")";
|
||||
ToStr::Get(Count) + ")";
|
||||
|
||||
FetchDrawcall draw;
|
||||
draw.name = widen(name);
|
||||
|
||||
Reference in New Issue
Block a user