Skip to content

Commit 31df0cc

Browse files
committed
Revert "Compress all for testing"
This reverts commit 6742aa0.
1 parent 480e267 commit 31df0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mesh/src/mesh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ impl MeshAttributeCompressionFlags {
304304

305305
impl Default for MeshAttributeCompressionFlags {
306306
fn default() -> Self {
307-
Self::all()
307+
Self::COMPRESS_NONE
308308
}
309309
}
310310

0 commit comments

Comments
 (0)