Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MayKoder committed May 10, 2020
2 parents c35f5ec + 1e7cd71 commit 030a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ _QuadNode_ :
| void | Init(QuadTree*, QuadNode*, int, int, int, int) | Initialize node data |
| void | SetRect(int&, int&, int&, int&) | Sets the rect info |
| Rect | GetRect() | Returns the node rect |
| const std::list<Entity*>* | GetContent() | Resturs a pointer to the data list |
| const std::list<Entity*>* | GetContent() | Return a pointer to the data list |
| static void | SubDivide(QuadNode&, int) | Subdivides the tree X number of times |

<br>
Expand Down

0 comments on commit 030a7f9

Please sign in to comment.