mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
png: Do not output warnings as errors
This commit is contained in:
parent
0f54ab93bc
commit
9bf3ee7acc
@ -62,7 +62,7 @@ static void _png_error_function(png_structp, png_const_charp text) {
|
||||
|
||||
static void _png_warn_function(png_structp, png_const_charp text) {
|
||||
|
||||
ERR_PRINT(text);
|
||||
WARN_PRINT(text);
|
||||
}
|
||||
|
||||
typedef void (PNGAPI *png_error_ptr) PNGARG((png_structp, png_const_charp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user