mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 09:04:31 +02:00
fixed #416
This commit is contained in:
@@ -107,7 +107,7 @@ extern "C" void rasterizeS_c(uint16* pixel, const VertexLink* L, const VertexLin
|
|||||||
|
|
||||||
if (width > 0)
|
if (width > 0)
|
||||||
{
|
{
|
||||||
volatile ColorIndex* ptr = (uint8*)pixel + x1;
|
volatile ColorIndex* ptr = (ColorIndex*)pixel + x1;
|
||||||
|
|
||||||
if (x1 & 1)
|
if (x1 & 1)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user