Reduce per-frame std::map lookups..

This commit is contained in:
Shyotl
2019-04-16 20:08:10 -05:00
parent 66b929c3fa
commit bee0109e33
3 changed files with 25 additions and 38 deletions

View File

@@ -107,6 +107,7 @@ public:
PARAMS_RESERVED = 0x50, // Used on server-side
PARAMS_MESH = 0x60,
PARAMS_EXTENDED_MESH = 0x70,
PARAMS_MAX = PARAMS_EXTENDED_MESH
};
public: