Browse Source

making buttons do more shit

amethyst
Isabelle L. 5 years ago
parent
commit
142c919512
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      src/components/mod.rs
  2. +0
    -1
      src/states/titlescreen.rs

+ 1
- 0
src/components/mod.rs View File

@@ -0,0 +1 @@


+ 0
- 1
src/states/titlescreen.rs View File

@@ -193,7 +193,6 @@ impl SimpleState for TitleScreenState {
fn on_start(&mut self, data: StateData<'_, GameData<'_, '_>>) {
let world = data.world;
let dimensions = (*world.read_resource::<ScreenDimensions>()).clone();

self.init(world, dimensions);
}



Loading…
Cancel
Save