1
0
Fork 0
forked from AbleOS/ableos
This commit is contained in:
peony 2024-10-19 17:56:40 +02:00
parent 1c9ca8962e
commit 38c6f6cf47

View file

@ -215,7 +215,7 @@ put_scaled := fn(surface: Surface, source: Surface, pos: Vec2(int), size: Vec2(i
size.y = -size.y
step.y = -1
}
surface_idx := @inline(surfaceidx, surface, pos.x, pos.y)
surface_idx := @inline(index, surface, pos.x, pos.y)
source_pos := Vec2(int).(0, 0)
subpixel_pos := Vec2(int).(0, 0)