Format
This commit is contained in:
parent
46e66aff12
commit
e99adff481
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <vector>
|
||||
|
||||
#ifndef ZECSY_MAX_COMPONENTS
|
||||
#define ZECSY_MAX_COMPONENTS 32
|
||||
#define ZECSY_MAX_COMPONENTS 32
|
||||
#endif // !ZECSY_MAX_COMPONENTS
|
||||
|
||||
namespace zecsy
|
||||
|
@ -268,7 +268,7 @@ namespace zecsy
|
|||
}
|
||||
|
||||
archetypes[archetype].emplace(e);
|
||||
}
|
||||
}
|
||||
|
||||
template<Component T>
|
||||
inline void world::set(entity_id e)
|
||||
|
|
Loading…
Reference in a new issue