Thread: LitePanels
View Single Post
08-05-16, 11:54 AM   #7
badness
A Cliff Giant
 
badness's Avatar
Join Date: May 2010
Posts: 74
Originally Posted by Fizzlemizz View Post
If you changed the line (around line 183):
Code:
panel.bg:SetTexture(not strmatch(f.tex_file,"[/\\]") and self.media..f.tex_file or f.tex_file)
to use SetVertexColor then that's the line that actualy gives the region the image to use. Change it back to SetTexture.
Made the change and my layout still isn't showing, its not giving me a lua error either
  Reply With Quote