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 HUD editor position bugs #622

Merged

Conversation

Archez
Copy link
Contributor

@Archez Archez commented May 31, 2024

The behavior for HudEditor_ModifyMatrixValues was down-casting the float values to ints causing truncation. This lead to the sun/moon icons on the clock HUD to "jump" in increments instead of moving smoothly.

Also fixed an issue where ints where not initialized which led to garbage values being read. This caused the HUD timers position to not obey the HUD editor values.

Fixes #506, #503

Build Artifacts

@Archez Archez added the rika label May 31, 2024
@louist103 louist103 merged commit 7bf60f6 into HarbourMasters:develop-rika May 31, 2024
5 checks passed
@Archez Archez deleted the fix-hud-editor-pos-bugs branch June 26, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants