1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00
This commit is contained in:
XProger
2022-04-30 04:10:21 +03:00
parent 0e2c96be6b
commit 8f2772697e

View File

@@ -107,7 +107,7 @@ extern "C" void rasterizeS_c(uint16* pixel, const VertexLink* L, const VertexLin
if (width > 0)
{
volatile ColorIndex* ptr = (uint8*)pixel + x1;
volatile ColorIndex* ptr = (ColorIndex*)pixel + x1;
if (x1 & 1)
{