From 4429be23c0ca70e368d037d9e7f068c7f306003d Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Wed, 31 Jan 2018 09:13:11 -0800 Subject: [PATCH] add comment --- libraries/entities/src/SimulationFlags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entities/src/SimulationFlags.h b/libraries/entities/src/SimulationFlags.h index 6f305ef1ff..da82916fe3 100644 --- a/libraries/entities/src/SimulationFlags.h +++ b/libraries/entities/src/SimulationFlags.h @@ -28,7 +28,7 @@ namespace Simulation { const uint32_t DIRTY_SIMULATOR_ID = 0x1000; // the simulatorID has changed const uint32_t DIRTY_SIMULATION_OWNERSHIP_PRIORITY = 0x2000; // our own bid priority has changed - + // bits 17-32 are reservied for special flags const uint32_t SPECIAL_FLAGS_NO_BOOTSTRAPPING = 0x10000; const uint32_t DIRTY_TRANSFORM = DIRTY_POSITION | DIRTY_ROTATION;