Changeset 125 for tags


Ignore:
Timestamp:
Dec 11, 2024, 2:13:31 PM (2 weeks ago)
Author:
chronos
Message:
  • Fixed: Wrong game board height on some platforms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.5.0/Forms/FormMain.pas

    r108 r125  
    172172  TimeStart := Now;
    173173  {$ENDIF}
    174   Core.Core.Game.Render(Canvas, Point(Width, Height));
     174  Core.Core.Game.Render(Canvas, Point(ClientWidth, ClientHeight));
    175175  {$IFDEF DEBUG}
    176176  DrawDuration := Now - TimeStart;
Note: See TracChangeset for help on using the changeset viewer.