mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
mesa: return after invalidating renderbuffer
This commit is contained in:
parent
fb5d9e1199
commit
a674ef7814
1 changed files with 1 additions and 0 deletions
|
|
@ -1134,6 +1134,7 @@ invalidate_rb(GLuint key, void *data, void *userData)
|
|||
att->Renderbuffer == rb) {
|
||||
/* Mark fb status as indeterminate to force re-validation */
|
||||
fb->_Status = 0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue