FosterFramework / Foster

A small C# game framework
MIT License
450 stars 37 forks source link

Graphics.Clear depth should be double, not int #34

Closed MrBrixican closed 11 months ago

MrBrixican commented 11 months ago

Graphics.Clear(Color color, int depth, int stencil, ClearMask mask) should be using a double for depth.

NoelFB commented 11 months ago

Good call, will look into this shortly!