forked from AbleOS/ableos
Merge
This commit is contained in:
parent
1c9ca8962e
commit
38c6f6cf47
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue