mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Cleanup render functions (#38)
* Remove renderHorrible * Remove renderRollable Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,6 @@ public:
|
||||
virtual void onGraphicsReset();
|
||||
virtual void prepareMobModel(Mob*, float, float, float);
|
||||
virtual void render(float, float, float, float, float, float);
|
||||
virtual void renderHorrible(float, float, float, float, float, float);
|
||||
virtual void setupAnim(float, float, float, float, float, float);
|
||||
virtual void setBrightness(float);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user