mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 14:11:33 +11:00
Remove trailing whitespace
This commit is contained in:
parent
345a27a7d9
commit
54237c0fce
|
@ -359,7 +359,7 @@ fn export_ui_tiles(map: &tiled::Map, background: TokenStream) -> TokenStream {
|
|||
let tile_id = tile.id() as u16;
|
||||
let vflip = tile.flip_v;
|
||||
let hflip = tile.flip_h;
|
||||
|
||||
|
||||
quote! { backgrounds::#background.tile_settings[#tile_id as usize].hflip(#hflip).vflip(#vflip) }
|
||||
}
|
||||
None => {
|
||||
|
|
Loading…
Reference in a new issue