Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
517 stars 119 forks source link

prevent crash in kinc_g4_set_matrix4() #849

Closed sh-dave closed 8 months ago

sh-dave commented 8 months ago

Due to the uninitialized variable, any of the kinc_g4_set_xxx() would crash later

https://github.com/Kode/Kinc/blob/83af1a7421465c4d904ba31c8ba6433e2c35d65f/Backends/Graphics4/G4onG5/Sources/kinc/backend/graphics4/G4.c.h#L443-L450