forked from Mirrorlandia_minetest/minetest
Revert "Fix inventory items blinking on item preloading"
The fix didn't work on some systems sadly this wasn't detected prior merge, as preload is disabled by default now there's not gonna be a fix for it.
This commit is contained in:
parent
ccf3985b7a
commit
0a57b5b553
@ -894,7 +894,9 @@ video::ITexture* TextureSource::generateTextureFromMesh(
|
||||
params.light_radius);
|
||||
|
||||
// Render scene
|
||||
driver->beginScene(true, true, video::SColor(0,0,0,0));
|
||||
smgr->drawAll();
|
||||
driver->endScene();
|
||||
|
||||
// Drop scene manager
|
||||
smgr->drop();
|
||||
|
Loading…
Reference in New Issue
Block a user