mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 06:00:22 +01:00
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:
parent
640b8eb5b1
commit
426f1c60bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue