TheMaybeast / DLS

A Lighting Control Plugin for Grand Theft Auto V
GNU General Public License v3.0
11 stars 10 forks source link

Custom intlt_off.png isn't being loaded #12

Closed Cj24 closed 4 years ago

Cj24 commented 4 years ago

When using a custom UI, the custom intlt_off.png is not being loaded, the default texture is shown instead.

This seems to be caused by UI/Importer.cs, I suppose for intlt_off in line 63 and line 323, it should be UIManager.Intlt_Off instead of UIManager.Intlt_On. https://github.com/TheMaybeast/DLS/blob/050e56184cc74acadeca2fa9a3823a6724d8bf7c/DLS/UI/Importer.cs#L62-L63 https://github.com/TheMaybeast/DLS/blob/050e56184cc74acadeca2fa9a3823a6724d8bf7c/DLS/UI/Importer.cs#L322-L323