mesa: fix error msg typo
Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -542,7 +542,7 @@ _mesa_EndPerfMonitorAMD(GLuint monitor)
|
||||
* when a performance monitor is not currently started."
|
||||
*/
|
||||
if (!m->Active) {
|
||||
_mesa_error(ctx, GL_INVALID_OPERATION, "glBeginPerfMonitor(not active)");
|
||||
_mesa_error(ctx, GL_INVALID_OPERATION, "glEndPerfMonitor(not active)");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user