Kode / Kinc

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

[Android] Fix double use of `va_list` argument in `kinc_log_args` #872

Closed Sanva closed 4 months ago

Sanva commented 4 months ago

Fixes #871.

I've tested the fix both in an Android Emulator (Pixel 3a API 34) and in a physical device.

RobDangerous commented 4 months ago

Nice, thanks!