Fix flicker with HW WAR for drawing one frame during init.
This commit is contained in:
parent
e538b11371
commit
e78ace9e7f
|
@ -282,6 +282,7 @@ void drawFrontGrid(float rowOffset, float p)
|
|||
|
||||
storeF(ALLOC_VP_CONSTANTS, 4, p);
|
||||
|
||||
setColor(1.0f, 1.0f, 1.0f, 1.0f);
|
||||
for (row = -5; row < 15; row++) {
|
||||
float y = yoff - ((-rowFrac + row) * rowHeight);
|
||||
|
||||
|
|
Loading…
Reference in New Issue