Skip to content

Commit

Permalink
Undo scheduling change
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Jul 25, 2023
1 parent ae7dae9 commit 782f033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/gui/src/textbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use bevy::{
prelude::*,
window::PrimaryWindow,
};
use de_core::schedule::InputSchedule;

use crate::{focus::FocusedQuery, GuiCommands, OuterStyle};

Expand All @@ -18,7 +17,7 @@ pub(crate) struct TextBoxPlugin;
impl Plugin for TextBoxPlugin {
fn build(&self, app: &mut App) {
app.add_systems(
InputSchedule,
Update,
(
focus_system,
input_system
Expand Down

0 comments on commit 782f033

Please sign in to comment.