mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
#405 이미지 메모리 체크에서 항상 false를 반환하는 문제수정
This commit is contained in:
parent
c17e4c161c
commit
032f399d35
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ class FileHandler
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue