Ignore:
Timestamp:
Dec 25, 2022, 9:52:40 AM (18 months ago)
Author:
chronos
Message:
  • Fixed: Rock drawing issue for player on the righ or bottom side.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/TemplateGenerics/Generic/GenericMatrix.inc

    r51 r58  
    595595begin
    596596  Y := Start.Y;
    597   while Y < Count.Y do begin
     597  while Y < Start.Y + Count.Y do begin
    598598    X := Start.X;
    599     while X < Count.X do begin
     599    while X < Start.X + Count.X do begin
    600600      ItemsXY[X, Y] := Value;
    601601      X := X + 1;
Note: See TracChangeset for help on using the changeset viewer.