forked from sascha/godot
Fix #24137 Different number of leading zeros on MINGW printf("%lg")
Use _set_output_format() on MINGW platform to force _snprintf_s() to conform to the C99 standard and match the other platforms. Fixes #241373.2
parent
245c99175c
commit
bdb7adecfb
Loading…
Reference in New Issue