TheCherno / Sparky

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

Added the missing z & w initialization in the vec 4 constructor #4

Closed Ly4m closed 9 years ago

Ly4m commented 9 years ago

Hello,

I noticed you forgot to init the z & w parameter in the vec 4 constructor.

Keep up the good work !