Updated ozz-animation to version 0.14.3 (commit 92c392b667844)
This commit is contained in:
@@ -57,8 +57,6 @@ if(UNIX AND APPLE)
|
||||
lib/cocoa/cocoa_joystick.m
|
||||
lib/cocoa/cocoa_time.m
|
||||
lib/cocoa/cocoa_window.m)
|
||||
# Treats .m files as C files.
|
||||
set_source_files_properties(${specific_objc_file_list} PROPERTIES LANGUAGE C)
|
||||
|
||||
# Disables warnings in glfw.
|
||||
set_source_files_properties(${specific_objc_file_list} PROPERTIES COMPILE_FLAGS
|
||||
|
||||
+1
-1
@@ -3887,7 +3887,7 @@ std::string valueToString(double value, bool useSpecialFloats, unsigned int prec
|
||||
int len = -1;
|
||||
|
||||
char formatString[6];
|
||||
sprintf(formatString, "%%.%dg", precision);
|
||||
snprintf(formatString, sizeof(formatString), "%%.%dg", precision);
|
||||
|
||||
// Print into the buffer. We need not request the alternative representation
|
||||
// that always has a decimal point because JSON doesn't distingish the
|
||||
|
||||
Reference in New Issue
Block a user