Free editor splash image after splash screen

Since it's only used once, there's no need to keep it around.
This commit is contained in:
2016-04-28 19:29:54 -04:00
parent fa928a122f
commit 3166d0d002

View File

@@ -373,6 +373,8 @@ void run_startup_g() {
break;
}
// It's never needed again, so don't keep it in GPU memory
ResMgr::free<ImageRsrc>("edsplash");
}
void load_graphics(){