Jump to content

ISUIElement Problems


omiyomy

Recommended Posts

There are a few issues in ISUIElement.lua.

  • drawTextureScaledStatic is not actually static; scroll position is not considered. It has the same logic as drawTextureScaled.
  • drawTextStatic is duplicated.
  • There are multiple references to `getScrollX`. These should be `getXScroll`; `getScrollX` does not exist. The same is true for `getScrollY` (`getYScroll`).
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...