mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Fix Minetest logo when installed system-wide
This commit is contained in:
parent
f69eead62e
commit
172acce352
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mm_game_theme = {}
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
function mm_game_theme.init()
|
||||
mm_game_theme.defaulttexturedir = core.get_texturepath() .. DIR_DELIM .. "base" ..
|
||||
mm_game_theme.defaulttexturedir = core.get_texturepath_share() .. DIR_DELIM .. "base" ..
|
||||
DIR_DELIM .. "pack" .. DIR_DELIM
|
||||
mm_game_theme.basetexturedir = mm_game_theme.defaulttexturedir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue