1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Don't keep a copy of all texture images around

This commit is contained in:
sfan5 2024-11-08 13:20:02 +01:00
parent 58ccf0ba82
commit cc8c3d501c
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ enum E_TEXTURE_CREATION_FLAG
//! Allow the driver to keep a copy of the texture in memory
/** Enabling this makes calls to ITexture::lock a lot faster, but costs main memory.
This is enabled by default.
This is disabled by default.
*/
ETCF_ALLOW_MEMORY_COPY = 0x00000080,