Skip to content

Commit 681e136

Browse files
sapierkahrl
sapier
authored andcommittedSep 10, 2013
Fix bug: texture pack not overriding default menu textures
1 parent e0f9f15 commit 681e136

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎builtin/mm_textures.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ function mm_texture.set_game(identifier,gamedetails)
129129
end
130130

131131
if mm_texture.texturepack ~= nil then
132-
local path = mm_texture.basetexturedir ..
132+
local path = mm_texture.texturepack .. DIR_DELIM ..
133133
gamedetails.id .. "_menu_" .. identifier .. ".png"
134-
135134
if engine.set_background(identifier,path) then
136135
return true
137136
end

0 commit comments

Comments
 (0)
Please sign in to comment.