Skip to content

Possible Scale fix#27

Open
howmanysmall wants to merge 1 commit into
RoStrap:masterfrom
hms-junk:patch-8
Open

Possible Scale fix#27
howmanysmall wants to merge 1 commit into
RoStrap:masterfrom
hms-junk:patch-8

Conversation

@howmanysmall

Copy link
Copy Markdown
Contributor

Also changed to RenderStepped because that is what Gui animations should use.

@Validark

Validark commented Dec 7, 2018

Copy link
Copy Markdown
Member

Why do you want to change from Heartbeat to RenderStepped?

@howmanysmall

Copy link
Copy Markdown
Contributor Author

RenderStepped should be used for anything on the client, such as movement or interfaces.

@Validark

Copy link
Copy Markdown
Member

Why would you need to update a GUI faster than their framerate? It wouldn't even get to render the unnecessary frames you would do the calculations for.

@Validark

Copy link
Copy Markdown
Member

The Offset of the EndSize is not taken into account in this implementation.

@Validark

Copy link
Copy Markdown
Member

I would like a source that says RenderStepped should be used for Gui animations. Heartbeat will fire every frame, which will only make a difference if they are running at less than 60fps. If they are running at less than 60fps, it will render the animations slower

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.

2 participants