mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
oops fix a bug I introduced
This commit is contained in:
parent
cbf863ee71
commit
6fc70e87ed
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ GLboolean mach64CreateContext( const __GLcontextModes *glVisual,
|
|||
mach64Screen->driScreen->myNum, "mach64");
|
||||
|
||||
mmesa->sarea = (drm_mach64_sarea_t *)((char *)driScreen->pSAREA +
|
||||
sizeof(drm_mach64_sarea_t));
|
||||
sizeof(drm_sarea_t));
|
||||
|
||||
mmesa->CurrentTexObj[0] = NULL;
|
||||
mmesa->CurrentTexObj[1] = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue