mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Dont drop fonts with ENABLE_FREETYPE=0
This commit is contained in:
@@ -2145,7 +2145,9 @@ int main(int argc, char *argv[])
|
||||
*/
|
||||
device->drop();
|
||||
|
||||
delete font;
|
||||
#if USE_FREETYPE
|
||||
font->drop();
|
||||
#endif
|
||||
|
||||
#endif // !SERVER
|
||||
|
||||
|
Reference in New Issue
Block a user