mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix inventory items blinking on item preloading
This commit is contained in:
parent
5f1f1151d3
commit
ccf3985b7a
1 changed files with 1 additions and 3 deletions
|
@ -894,9 +894,7 @@ 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…
Add table
Add a link
Reference in a new issue