Remove duplicate WARN_PRINT macro.
This commit is contained in:
@ -2854,7 +2854,7 @@ void OS_Windows::set_native_icon(const String &p_filename) {
|
||||
ERR_FAIL_COND_MSG(big_icon_index == -1, "No valid icons found!");
|
||||
|
||||
if (small_icon_index == -1) {
|
||||
WARN_PRINTS("No small icon found, reusing " + itos(big_icon_width) + "x" + itos(big_icon_width) + " @" + itos(big_icon_cc) + " icon!");
|
||||
WARN_PRINT("No small icon found, reusing " + itos(big_icon_width) + "x" + itos(big_icon_width) + " @" + itos(big_icon_cc) + " icon!");
|
||||
small_icon_index = big_icon_index;
|
||||
small_icon_cc = big_icon_cc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user