diff --git a/RenderHTML.html b/RenderHTML.html index 5d56d77..bf451cb 100644 --- a/RenderHTML.html +++ b/RenderHTML.html @@ -5,8 +5,6 @@ body { margin: 0px; background-color: #383c4a; - padding-top: 20px; - padding-right: 15px; } - -
+
+ +
+
+ \ No newline at end of file diff --git a/docs/entity/EntityManager.md b/docs/entity/EntityManager.md index 948885d..198bc62 100644 --- a/docs/entity/EntityManager.md +++ b/docs/entity/EntityManager.md @@ -24,7 +24,7 @@ See [EntityManager.java](/BrychanD/JaveECS/src/branch/master/javaecs/src/main/ja ``` java protected EntityManager(){} ``` -The default constructor initialises [unusedEntities](#unusedEntities) to a new queue containing [maxSize](#maxSize) (`1024`) unique integers. +The default constructor initialises [unusedEntities](#unusedentities) to a new queue containing [maxSize](#maxsize) (`1024`) unique integers.