Browse Source

Fixed a few typos in docs (ahem).

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
a60f35a026
  1. 2
      src/DebugTools/Profiler.h
  2. 2
      src/SceneGraph/FeatureGroup.h

2
src/DebugTools/Profiler.h

@ -63,7 +63,7 @@ p.enable();
void MyApplication::drawEvent() { void MyApplication::drawEvent() {
p.start(); p.start();
// ... misc stuff belogning to "Other" section // ... misc stuff belonging to "Other" section
p.start(sections.ai); p.start(sections.ai);

2
src/SceneGraph/FeatureGroup.h

@ -56,7 +56,7 @@ class FeatureGroup {
/** /**
* @brief Destructor * @brief Destructor
* *
* Removes all features belogning to this group, but not deletes them. * Removes all features belonging to this group, but not deletes them.
*/ */
inline virtual ~FeatureGroup() { inline virtual ~FeatureGroup() {
for(auto i: features) i->_group = nullptr; for(auto i: features) i->_group = nullptr;

Loading…
Cancel
Save