Explorar o código

Fixed binary representation typo in comment

brennen hai 1 ano
pai
achega
26d9fbaf52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/multiplayer/scene_multiplayer.h

+ 1 - 1
modules/multiplayer/scene_multiplayer.h

@@ -98,7 +98,7 @@ public:
 
 	// This is the mask that will be used to extract the command.
 	enum {
-		CMD_MASK = 7, // 0x7 -> 0b00001111
+		CMD_MASK = 7, // 0x7 -> 0b00000111
 	};
 
 private: