summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/texture.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/texture.rs b/src/texture.rs
index da69c77..ac2dd63 100644
--- a/src/texture.rs
+++ b/src/texture.rs
@@ -157,6 +157,9 @@ impl TextureAtlas {
packer: TexturePacker::new_skyline(TexturePackerConfig {
max_width: width,
max_height: height,
+ allow_rotation: false,
+ trim: false,
+ texture_padding: 0,
..Default::default()
}),
diffuse_texture,