mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 09:10:40 +02:00
swr: [rasterizer core] removed tabs that snuck in
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
8e39d410f1
commit
759d8cf3a3
1 changed files with 4 additions and 4 deletions
|
|
@ -508,10 +508,10 @@ struct PA_STATE_CUT : public PA_STATE
|
|||
(this->*pfnPa)(this->curVertex, false);
|
||||
}
|
||||
|
||||
this->curVertex++;
|
||||
if (this->curVertex >= this->numVerts) {
|
||||
this->curVertex = 0;
|
||||
}
|
||||
this->curVertex++;
|
||||
if (this->curVertex >= this->numVerts) {
|
||||
this->curVertex = 0;
|
||||
}
|
||||
this->numRemainingVerts--;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue