fix: fixed all the warnings

This commit is contained in:
2023-01-08 18:45:56 +01:00
parent f0d949c274
commit 6532b34d7a
3 changed files with 12 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ namespace DevourClient.Render
GUI.color = color2;
}
public static Texture2D lineTex;
public static Texture2D lineTex = default!;
public static void DrawLine(Vector2 pointA, Vector2 pointB, Color color, float width)
{
Matrix4x4 matrix = GUI.matrix;