TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.09k stars 222 forks source link

fixed signed/unsigned mismatch warning & remove implicit conversion engine wide #116

Closed DanielJamesCollier closed 4 years ago

DanielJamesCollier commented 8 years ago

commit 1[fixed signed/unsigned mismatch warning]:self explanatory commit 2[remove implicit conversion engine wide]: implicit conversion can cause ambiguity in code to avoid this I added the explicit keyword to constructors with one argument or constructors that can act as one argument constructors because of default parameters.