View Single Post
04-17-11, 01:21 PM   #30
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by Ketho View Post
Code:
local zotex = select(1, MinimapZoomOut:GetRegions())
uhm .. isn't that local arg1 = select(1, table) superfluous
It is for the zoom button as the first return is the texture I wanted to recolor. I was using select one at a time to see what was what .
  Reply With Quote