Closed MrBrixican closed 11 months ago
Graphics.Clear(Color color, int depth, int stencil, ClearMask mask) should be using a double for depth.
Graphics.Clear(Color color, int depth, int stencil, ClearMask mask)
double
depth
Good call, will look into this shortly!
Graphics.Clear(Color color, int depth, int stencil, ClearMask mask)
should be using adouble
fordepth
.