mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-04 06:01:35 +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);
|
let tile_reference = Self::reference_from_index(tile_index);
|
||||||
unsafe {
|
unsafe {
|
||||||
TILE_ALLOCATOR.dealloc_no_normalise(
|
TILE_ALLOCATOR.dealloc(
|
||||||
tile_reference.0.cast().as_ptr(),
|
tile_reference.0.cast().as_ptr(),
|
||||||
layout_of(tile_index.format()),
|
layout_of(tile_index.format()),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue