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: Enemy healthbar crashing on Linux #3092

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

Archez
Copy link
Contributor

@Archez Archez commented Jul 24, 2023

The enemy health bar had an incorrectly sized vertex array which was causing OOB crashes on Linux.

This updates the array to correct size and moves the Mtx values to be statically defined instead of Graph_Alloc'ed, as well as clean up some float/int precision loss.

Build Artifacts

@leggettc18 leggettc18 merged commit 04bef2d into HarbourMasters:develop Aug 6, 2023
@Archez Archez deleted the fix-enemy-healthbar branch August 6, 2023 18:05
louist103 pushed a commit to louist103/Shipwright-1 that referenced this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants