mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 16:00:58 +00:00
Minor error message change
This commit is contained in:
parent
c5370b497b
commit
5b7c95d474
@ -18,7 +18,7 @@ void unregister_gl_resource_holder(GfxResourceHolder *holder) {
|
||||
if (holders) {
|
||||
holders->remove(holder);
|
||||
} else {
|
||||
WLOG("GL resource holder not initialized, cannot unregister resource");
|
||||
WLOG("GL resource holder not initialized or already shutdown, cannot unregister resource");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user