mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-20 00:29:06 +02:00
Fix missing NestableTransformNode import
This commit is contained in:
parent
f7226757ad
commit
390e89a64d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
#include "MouseTransformNode.h"
|
#include "MouseTransformNode.h"
|
||||||
#include "avatar/MyAvatarHeadTransformNode.h"
|
#include "avatar/MyAvatarHeadTransformNode.h"
|
||||||
#include "avatar/AvatarManager.h"
|
#include "avatar/AvatarManager.h"
|
||||||
|
#include "NestableTransformNode.h"
|
||||||
#include "avatars-renderer/AvatarTransformNode.h"
|
#include "avatars-renderer/AvatarTransformNode.h"
|
||||||
#include "ui/overlays/OverlayTransformNode.h"
|
#include "ui/overlays/OverlayTransformNode.h"
|
||||||
#include "EntityTransformNode.h"
|
#include "EntityTransformNode.h"
|
||||||
|
|
Loading…
Reference in a new issue