Small clean code

This commit is contained in:
ruan
2024-01-21 11:03:29 -04:00
parent e5160f2885
commit 19ddcad16f
2 changed files with 26 additions and 29 deletions

View File

@@ -59,9 +59,6 @@
#if WITH_PVD
#include <ThirdParty/PhysX/pvd/PxPvd.h>
#endif
#if USE_EDITOR
#include "Editor/Editor.h"
#endif
// Temporary memory size used by the PhysX during the simulation. Must be multiply of 4kB and 16bit aligned.
#define PHYSX_SCRATCH_BLOCK_SIZE (1024 * 128)