Skip to content

Commit

Permalink
Fixup merge
Browse files Browse the repository at this point in the history
  • Loading branch information
latami committed Dec 6, 2016
1 parent d9115aa commit 519a0e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PquadTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

PquadTree::PquadTree(const std::string name, Ogre::uint16 levelSize,
Ogre::Matrix3 orientation, Ogre::Real seaHeight,
std::ResourceParameter *parameters)
ResourceParameter *parameters)
{
Ogre::Vector2 upperLeft, lowerRight;

Expand Down
4 changes: 2 additions & 2 deletions PquadTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PquadTree
public:
PquadTree(const std::string name, Ogre::uint16 levelSize,
Ogre::Matrix3 orientation, Ogre::Real seaHeight,
std::ResourceParameter *parameters);
ResourceParameter *parameters);
~PquadTree();

/* Set viewer position and render face accordingly. */
Expand All @@ -44,7 +44,7 @@ class PquadTree
std::string name;
Ogre::SceneManager *scene;
Ogre::SceneNode *scNode;
std::ResourceParameter *params;
ResourceParameter *params;
Ogre::uint32 runningNumber;

/* Recursively subdivide face. Three states: match, subdivide, leaf reached. */
Expand Down

0 comments on commit 519a0e1

Please sign in to comment.