You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -529,25 +475,15 @@ local function addapi(object)
529
475
530
476
ifnotobject.DisabledPixelSnapand (mk.SetSnapToPixelGridormk.SetStatusBarTextureormk.SetColorTextureormk.SetVertexColorormk.CreateTextureormk.SetTexCoordormk.SetTexture) then
531
477
ifmk.SetSnapToPixelGridthenhooksecurefunc(mk, 'SetSnapToPixelGrid', WatchPixelSnap) end
478
+
ifmk.SetStatusBarTexturethenhooksecurefunc(mk, 'SetStatusBarTexture', DisablePixelSnap) end
532
479
ifmk.SetColorTexturethenhooksecurefunc(mk, 'SetColorTexture', DisablePixelSnap) end
533
480
ifmk.SetVertexColorthenhooksecurefunc(mk, 'SetVertexColor', DisablePixelSnap) end
534
481
ifmk.CreateTexturethenhooksecurefunc(mk, 'CreateTexture', DisablePixelSnap) end
535
482
ifmk.SetTexCoordthenhooksecurefunc(mk, 'SetTexCoord', DisablePixelSnap) end
536
483
ifmk.SetTexturethenhooksecurefunc(mk, 'SetTexture', DisablePixelSnap) end
0 commit comments