mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
Entity, Renderer: Add (incomplete) pig, remake entity renderer
This commit is contained in:
@@ -1082,3 +1082,8 @@ bool Entity::isLocalPlayer()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Model *Entity::getModel()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user