Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openframeworks/openFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Feb 1, 2017
2 parents 3337737 + 965281d commit 63dc7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/openFrameworks/3d/ofMesh.h
Expand Up @@ -293,7 +293,7 @@ class ofMesh_{
/// brighter the surface will look. See the normalsExample for advice on
/// computing the normals.
/// addNormal adds the 3D vector to the end of the list, so you need to
/// make sure you add normals at the same index of the matching face.
/// make sure you add normals at the same index of the matching vertex.
void addNormal(const N& n);

/// \brief Add a vector of normals to a mesh,
Expand Down
2 changes: 1 addition & 1 deletion libs/openFrameworks/utils/ofFileUtils.h
Expand Up @@ -1072,7 +1072,7 @@ class ofDirectory{
/// nothing to sort.
void sort();

/// Sort the directory contents list alphabetically.
/// Sort the directory contents list by date.
///
/// \warning Call listDir() before using this function or there will be
/// nothing to sort.
Expand Down

0 comments on commit 63dc7e1

Please sign in to comment.