Cleanup render functions (#38)

* Remove renderHorrible
* Remove renderRollable

Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com>
This commit is contained in:
Brent
2023-08-09 07:30:28 -05:00
committed by GitHub
parent 34e0f95a8a
commit 08314e8a0a
6 changed files with 0 additions and 76 deletions

View File

@@ -29,11 +29,6 @@ void Model::render(float, float, float, float, float, float)
}
void Model::renderHorrible(float, float, float, float, float, float)
{
}
void Model::setupAnim(float, float, float, float, float, float)
{