mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 13:55:26 +02:00
Remove debugging #define
This commit is contained in:
parent
8716e9591e
commit
df6609c1f5
2 changed files with 0 additions and 2 deletions
libraries/baking/src
|
@ -33,7 +33,6 @@
|
|||
#include "ModelBakingLoggingCategory.h"
|
||||
#include "TextureBaker.h"
|
||||
|
||||
#define HIFI_DUMP_FBX
|
||||
#ifdef HIFI_DUMP_FBX
|
||||
#include "FBXToJSON.h"
|
||||
#endif
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <draco/mesh/triangle_soup_mesh_builder.h>
|
||||
#include <draco/compression/encode.h>
|
||||
|
||||
#define HIFI_DUMP_FBX
|
||||
#ifdef HIFI_DUMP_FBX
|
||||
#include "FBXToJSON.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue