fix value returned by intel_new_renderbuffer_fb()

This commit is contained in:
Brian 2007-07-31 10:42:39 -06:00
parent ed83159ff4
commit 616c329e81

View file

@ -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;
}
/**