- Home /
This question was
closed Jan 03, 2013 at 06:37 PM by
Bunny83 for the following reason:
Problem is not reproducible or outdated
Question by
Draco18s · Sep 08, 2011 at 07:04 PM ·
drawtexturegui.window
Drawing Textures inside Windows
Is this even possible? I can't get a GUI.DrawTexture to generate anything at all when placed inside a GUI.Window's function.
Graphics.DrawTexture will draw the texture, but it is hidden behind the window (only visible if the window background is not 100% opaque).
Comment
Turns out I did something stupid. I had the DrawTexture in the wrong window's function.