Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix skin flickering #5

Merged
merged 1 commit into from
Sep 8, 2024
Merged

fix skin flickering #5

merged 1 commit into from
Sep 8, 2024

Conversation

Zowpy
Copy link
Contributor

@Zowpy Zowpy commented Aug 14, 2024

No description provided.

@DevDrizzy
Copy link
Member

DevDrizzy commented Aug 14, 2024

There isn't skin flickering? I've tested with a very laggy tablist adapter, and never had it.

@Zowpy
Copy link
Contributor Author

Zowpy commented Aug 14, 2024

When using custom skins the tablists keeps updating the heads even tho they have already been updated and dont need updating.

@iiAhmedYT
Copy link

Well, small suggestion anyway..

Instead of removing

if (o != this) return false;

Instead make it

if (o == this) return true;

Should server the same purpose It was intended to make

@Zowpy
Copy link
Contributor Author

Zowpy commented Aug 14, 2024

Well, small suggestion anyway..

Instead of removing

if (o != this) return false;

Instead make it

if (o == this) return true;

Should server the same purpose It was intended to make

no difference at all

@hardcorefactions
Copy link

hardcorefactions commented Aug 16, 2024

is this related to my issue? (#4)

@NimxDev
Copy link

NimxDev commented Aug 18, 2024

i had the same issuse and with this patch it got fixed, it should be implemented on the main branch.

@DevDrizzy DevDrizzy merged commit 66be01a into RefineDevelopment:master Sep 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants