mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
just dealloc in gc
This commit is contained in:
parent
80f5812039
commit
083fd43ea3
|
@ -342,7 +342,7 @@ impl VRamManager {
|
|||
|
||||
let tile_reference = Self::reference_from_index(tile_index);
|
||||
unsafe {
|
||||
TILE_ALLOCATOR.dealloc_no_normalise(
|
||||
TILE_ALLOCATOR.dealloc(
|
||||
tile_reference.0.cast().as_ptr(),
|
||||
layout_of(tile_index.format()),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue