Removes default value initializers

This commit is contained in:
Kamron Batman 2018-09-14 15:13:14 -07:00
parent ff26dfa375
commit f0a48ad431
19 changed files with 37 additions and 37 deletions

View file

@ -150,7 +150,7 @@ namespace Server
set => _PostHSFormat = value;
}
private static bool _PostHSFormat = false;
private static bool _PostHSFormat;
private Point2D m_Min, m_Max, m_Center;
private int m_Width, m_Height;