From c466e2c3e6ca794ae865612f3a18b5c060915bbf Mon Sep 17 00:00:00 2001 From: Ashley N Date: Sat, 9 Sep 2023 15:03:26 +0000 Subject: [PATCH] Update Design Doc: `level` tool --- Design-Doc%3A-%60level%60-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index ec86bc8..0a95b90 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -117,7 +117,7 @@ Holds the list of active component attributes for each entity. Is a tagged union * This is the size in bytes of the largest type * i.e. the one requiring the most bytes for its component attributes * Remember each Component Attribute is 2 bytes. -For (Object Table Size * Component Attribute Union Size): +For (Object Table Size): (Component Attribute Union Size) bytes: Component attribute settings ```