Skip to content

Commit

Permalink
Capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Oct 11, 2019
1 parent 3ef22bb commit 28cbbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/openFrameworks/3d/ofNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@ class ofNode {
/// notified when the position changed.
virtual void onPositionChanged() {}

/// \brief classes extending ofNode can override this methods to get notified
/// \brief Classes extending ofNode can override this methods to get notified
/// when the orientation changed.
virtual void onOrientationChanged() {}

/// \brief classes extending ofNode can override this methods to get notified
/// \brief Classes extending ofNode can override this methods to get notified
/// when the scale changed.
virtual void onScaleChanged() {}

Expand Down

0 comments on commit 28cbbab

Please sign in to comment.