Skip to content

Commit

Permalink
decreased entity cap to save space for wasm build target
Browse files Browse the repository at this point in the history
  • Loading branch information
LucAlexander committed Mar 19, 2023
1 parent 5364f8c commit 467bc0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion entities.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "vector.h"
#include "hashMap.h"

#define ENTITY_LIMIT 16192
#define ENTITY_LIMIT 1024
#define COMPONENT_LIMIT 128

VECTOR(su32_t, uint32_t)
Expand Down
1 change: 0 additions & 1 deletion xi.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,3 @@ int main(int argc, char** argv){
#endif
return 0;
}

0 comments on commit 467bc0d

Please sign in to comment.