mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-12-02 09:30:20 +00:00
Fix of.fix(again) [ci skip]
This commit is contained in:
parent
721a0c907a
commit
19e0da519f
|
|
@ -461,10 +461,10 @@ impl Scene for TitleScene {
|
||||||
|
|
||||||
if self.current_menu == CurrentMenu::MainMenu {
|
if self.current_menu == CurrentMenu::MainMenu {
|
||||||
let batch = state.texture_set.get_or_load_batch(ctx, &state.constants, "Title")?;
|
let batch = state.texture_set.get_or_load_batch(ctx, &state.constants, "Title")?;
|
||||||
let logo_x_offset = if !state.settings.original_textures {
|
let logo_x_offset = if state.settings.original_textures && state.constants.supports_og_textures {
|
||||||
0.0
|
|
||||||
} else {
|
|
||||||
20.0
|
20.0
|
||||||
|
} else {
|
||||||
|
0.0
|
||||||
};
|
};
|
||||||
|
|
||||||
batch.add_rect(
|
batch.add_rect(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue