Feature: don't cap bevy framerate when out of focus #52

Open
nondescriptpointer wants to merge 3 commits from nondescriptpointer/feat/bevy-framerate-out-of-focus into dev
Showing only changes of commit fbf31e1df7 - Show all commits

View File

@@ -379,10 +379,9 @@ fn bevy_loop(
);
if flatscreenmode {
app.insert_resource(WinitSettings {
app.insert_resource(WinitSettings {
focused_mode: UpdateMode::Continuous,
unfocused_mode: UpdateMode::Continuous,
..Default::default()
});
}