fix debug assert
This commit is contained in:
parent
a84a53f885
commit
c7becbb9ce
@ -237,7 +237,7 @@ impl MathApp {
|
||||
data
|
||||
};
|
||||
|
||||
debug_assert!(data_decompressed.is_empty());
|
||||
debug_assert!(!data_decompressed.is_empty());
|
||||
|
||||
unsafe {
|
||||
assume(!data_decompressed.is_empty());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user