Fixed a compilation error. silly of me :(
This commit is contained in:
parent
a2e95b9bab
commit
ad845549e1
|
@ -1209,7 +1209,7 @@ static void GetLine (int line, u16* dst)
|
||||||
|
|
||||||
for(int i = 0; i < 256; i++)
|
for(int i = 0; i < 256; i++)
|
||||||
{
|
{
|
||||||
// u32 stencil = screenStencil[i];
|
u32 stencil = screenStencil[i];
|
||||||
|
|
||||||
//you would use this if you wanted to use the stencil buffer to make decisions here
|
//you would use this if you wanted to use the stencil buffer to make decisions here
|
||||||
if(!stencil) continue;
|
if(!stencil) continue;
|
||||||
|
|
Loading…
Reference in New Issue