Changeset 72 for trunk/UGame.pas


Ignore:
Timestamp:
Aug 11, 2020, 11:41:56 PM (4 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r71 r72  
    623623begin
    624624  MetaCanvas := TMetaCanvas.Create;
     625  MetaCanvas.SetSize(Point(Canvas.Width, Canvas.Height));
    625626
    626627  TopBarHeight := ScaleY(24, 96);
Note: See TracChangeset for help on using the changeset viewer.