mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +02:00
type squish in eve main
This commit is contained in:
parent
82ed4a4ae8
commit
02caba909a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void *injectAudio(void *args) {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
void createAvatarDataForAgent(Agent *agent) {
|
||||
void createAvatarDataForAgent(Agent* gagent) {
|
||||
if (!agent->getLinkedData()) {
|
||||
agent->setLinkedData(new AvatarData());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue