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 Power Flickers #354

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Fix Power Flickers #354

merged 1 commit into from
Nov 14, 2024

Conversation

Fansana
Copy link
Owner

@Fansana Fansana commented Nov 14, 2024

🆑

  • fix: Fixed the power flickers!

@github-actions github-actions bot added Status: Needs Review Someone please review this Changes: C# Changes any cs files Changes: YML Changes any yml files labels Nov 14, 2024
@Floof-Station-Bot Floof-Station-Bot changed the title fix power flickers Fix Power Flickers Nov 14, 2024
@@ -54,7 +54,7 @@ public void Tick(float frameTime, PowerState state, IParallelManager parallel)
// suppliers + discharger) Then decide based on total layer size whether its worth parallelizing that
// layer?
_networkJob.Networks = group;
parallel.ProcessNow(_networkJob, group.Count);
parallel.ProcessSerialNow(_networkJob, group.Count);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Really?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, this is genuinely how you fix power flickers. Crazy, right?

@FoxxoTrystan FoxxoTrystan merged commit e7c1b0f into master Nov 14, 2024
16 checks passed
Floof-Station-Bot added a commit that referenced this pull request Nov 14, 2024
@Fansana Fansana mentioned this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files Status: Needs Review Someone please review this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants