Remove Unused Stuff

This commit is contained in:
2024-06-13 22:13:17 +02:00
parent 1271b9fa9a
commit b6798fa069
9 changed files with 36 additions and 40 deletions

View File

@@ -19,7 +19,7 @@
#include <renderd7/Sprite.hpp>
void RenderD7::Sprite::FromSheet(RenderD7::Sheet::Ref sheet, size_t index) {
C2D_SpriteFromSheet(&this->sprite, sheet->spritesheet, index);
C2D_SpriteFromSheet(&this->sprite, sheet->Get(), index);
}
bool RenderD7::Sprite::Draw() {
// Patch Depth before draw