Skip to content

Commit

Permalink
Fix CGE compilation, Resize2D not exists anymore since a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jun 13, 2024
1 parent 076c2f1 commit c7c24fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glplotter.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,6 @@ procedure OptionProc(OptionNum: Integer; HasArgument: boolean;

{ basic Window callbacks }
Window.OnUpdate := @Update;
Window.OnResize := @Resize2D;
Window.OnMotion := @Motion;
Window.OnRender := @Render;

Expand Down

0 comments on commit c7c24fe

Please sign in to comment.