Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Jun 14, 2017
1 parent 9f7fdef commit 2816031
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/material/material.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ namespace mage {
/**
Sets the decal texture of this material to the given decal texture.
@param[in] decal
@param[in] decal_texture
A reference to the decal texture.
*/
void SetDecalTexture(SharedPtr< Texture > decal_texture) {
Expand Down
2 changes: 1 addition & 1 deletion MAGE/MAGE/src/shader/shaded_material.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ namespace mage {
/**
Sets the decal texture of this shaded material to the given decal texture.
@param[in] decal
@param[in] decal_texture
A reference to the decal texture.
*/
void SetDecalTexture(SharedPtr< Texture > decal_texture) {
Expand Down

0 comments on commit 2816031

Please sign in to comment.