mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
view frustum additions means there are now 94 bytes per avatar
This commit is contained in:
parent
7375932cc7
commit
ea5a247f93
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <AgentData.h>
|
||||
|
||||
const int BYTES_PER_AVATAR = 30;
|
||||
const int BYTES_PER_AVATAR = 94;
|
||||
|
||||
class AvatarData : public AgentData {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue