Skip to content

Commit

Permalink
Removed unnecessary loading image logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Jul 24, 2024
1 parent 70dac57 commit 5379e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LittleWarGameClient/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ private void Form1_ResizeEnd(object sender, EventArgs e)

private void Form1_Resize(object sender, EventArgs e)
{
mainImage.Top = this.Height / 4;
CaptureCursor();
ResizeGameWindows();
}
Expand Down

0 comments on commit 5379e72

Please sign in to comment.