mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 19:46:00 +02:00
Fix #include
This commit is contained in:
parent
fa959c4554
commit
4d4b35ba5e
1 changed files with 1 additions and 1 deletions
|
@ -35,12 +35,12 @@
|
|||
|
||||
#include <ByteCountCoding.h>
|
||||
#include <GeometryUtil.h>
|
||||
#include <Interpolate.h>
|
||||
|
||||
#include "EntityTree.h"
|
||||
#include "EntityTreeElement.h"
|
||||
#include "EntitiesLogging.h"
|
||||
#include "EntityScriptingInterface.h"
|
||||
#include "Interpolate.h"
|
||||
#include "ParticleEffectEntityItem.h"
|
||||
|
||||
const xColor ParticleEffectEntityItem::DEFAULT_COLOR = { 255, 255, 255 };
|
||||
|
|
Loading…
Reference in a new issue