Added some obvious errors explanations
This commit is contained in:
@ -2663,7 +2663,7 @@ String OS_Windows::get_executable_path() const {
|
||||
void OS_Windows::set_native_icon(const String &p_filename) {
|
||||
|
||||
FileAccess *f = FileAccess::open(p_filename, FileAccess::READ);
|
||||
ERR_FAIL_COND(!f);
|
||||
ERR_FAIL_COND_MSG(!f, "Cannot open file with icon '" + p_filename + "'.");
|
||||
|
||||
ICONDIR *icon_dir = (ICONDIR *)memalloc(sizeof(ICONDIR));
|
||||
int pos = 0;
|
||||
|
||||
Reference in New Issue
Block a user