Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Apr 24, 2017
1 parent 76b1d88 commit 9aedf33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAGE/MAGE/src/core/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#pragma region

#define MAGE_VERSION_MAJOR 0
#define MAGE_VERSION_MINOR 23
#define MAGE_VERSION_MINOR 24
#define MAGE_VERSION_PATCH 0

#define MAGE_QUOTE(S) #S
Expand Down
2 changes: 1 addition & 1 deletion MAGE/MAGE/src/model/model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace mage {
return SharedPtr< Model >(new Model(*this));
}

virtual void UpdateChildTransforms(bool dirty_ancestor) override;
virtual void UpdateChildTransforms(bool dirty_ancestor) override final;

HRESULT InitializeModel(const ModelDescriptor &desc, const CombinedShader &shader);
void AddSubModel(SharedPtr< Model > submodel);
Expand Down

0 comments on commit 9aedf33

Please sign in to comment.