⬆️ Update Vampyre Imaging lib

This commit is contained in:
2022-05-08 10:47:53 +02:00
parent 5e47564252
commit d30f01ac64
87 changed files with 65044 additions and 63406 deletions

View File

@@ -84,7 +84,7 @@ begin
color32.A := 255
else
color32.A := 0;
PColor32(FGraphic.PixelPointers[x, y])^ := color32.Color;
PColor32(FGraphic.PixelPointer[x, y])^ := color32.Color;
end;
buffer.Free;
end;