Fix of.fix(again) [ci skip]

This commit is contained in:
biroder 2023-05-24 15:04:56 +03:00 committed by GitHub
parent 721a0c907a
commit 19e0da519f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -461,10 +461,10 @@ impl Scene for TitleScene {
if self.current_menu == CurrentMenu::MainMenu {
let batch = state.texture_set.get_or_load_batch(ctx, &state.constants, "Title")?;
let logo_x_offset = if !state.settings.original_textures {
0.0
} else {
let logo_x_offset = if state.settings.original_textures && state.constants.supports_og_textures {
20.0
} else {
0.0
};
batch.add_rect(