Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Tileset Height bug fix in SkyWyre Primitive


Xlithan
 Share

Recommended Posts

Ok so I noticed a small bug in SkyWyre primitive. It cuts off the last tiles of the sheet when you scroll to the bottom. Maybe it's just doing this for me, I don't know. However, if anybody else has this issue, this is how to fix it.

**Find:**
```
frmEditor_Map.scrlPictureY.max
```
And at the very end of that line of code, add:
```
+ 1
```
There are only 2 instances of this line of code, so it's fairly straight forward.
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
 Share

×
×
  • Create New...