Skip to content

Fix error caused by modifying Flags.MAX_SPLASHES#963

Open
HEIHUAa wants to merge 1 commit into
CodenameCrew:mainfrom
HEIHUAa:Flags.MAX_SPLASHES-fix
Open

Fix error caused by modifying Flags.MAX_SPLASHES#963
HEIHUAa wants to merge 1 commit into
CodenameCrew:mainfrom
HEIHUAa:Flags.MAX_SPLASHES-fix

Conversation

@HEIHUAa

@HEIHUAa HEIHUAa commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@Raltyro Raltyro added the status:awaiting Awaiting response by creator of issue label Jul 26, 2026
function pregenerateSplashes(splash:Splash) {
// make 7 additional splashes
for(i in 0...7) {
for (i in 0...Flags.MAX_SPLASHES - 1) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be Math.min(Flags.MAX_SPLASHES, 7) i think? so it doesnt make alot if MAX_SPLASHES is 32 or above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:awaiting Awaiting response by creator of issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants