Skip to content

Commit

Permalink
World|Map: Continued cleaning up map internal data structure init/tra…
Browse files Browse the repository at this point in the history
…versals
  • Loading branch information
danij-deng committed Oct 9, 2013
1 parent f439b9f commit 7ceb533
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 156 deletions.
2 changes: 1 addition & 1 deletion doomsday/client/include/world/blockmap.h
Expand Up @@ -98,7 +98,7 @@ class Blockmap
uint cellSize() const;

/**
* Utility function which returns the dimension of a cell in map space units.
* Utility function which returns the dimensions of a cell in map space units.
*/
Vector2d cellDimensions() const { return Vector2d(cellSize(), cellSize()); }

Expand Down

0 comments on commit 7ceb533

Please sign in to comment.