View Single Post
02/20/23, 11:22 AM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
the comment was regarding how you accessed the image in your original code:
Lua Code:
  1. TeleportHourglassImage:SetTexture("/esoui/art/screens_app/load_ourosboros.dds")
You already have "image" locally. Why access it via the global variable "TeleportHourglassImage"?
  Reply With Quote