Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczy93 committed Feb 22, 2024
1 parent b856557 commit 4aaa27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CentrED/Map/MapObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static int GetNextId()


public bool Valid = true;
public bool Visible;
public bool Visible = true;
public bool CanDraw => Valid && Visible;
public Texture2D Texture;
public Rectangle TextureBounds;
Expand Down

0 comments on commit 4aaa27c

Please sign in to comment.