mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
fix value returned by intel_new_renderbuffer_fb()
This commit is contained in:
parent
ed83159ff4
commit
616c329e81
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ intel_new_renderbuffer_fb(GLuint intFormat)
|
|||
irb->Base.surface = intel_new_surface(intFormat);
|
||||
irb->Base.surface->rb = irb;
|
||||
|
||||
return &irb->Base;
|
||||
return irb;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue