Update matrix_decompose.hpp

Changed documentation to show correct include file.
This commit is contained in:
Morgan Bengtsson 2015-08-28 22:13:05 +02:00
parent ebdd48fa6f
commit 497da9a7cd

View File

@ -36,7 +36,7 @@
///
/// @brief Decomposes a model matrix to translations, rotation and scale components
///
/// <glm/gtx/decomposition.hpp> need to be included to use these functionalities.
/// <glm/gtx/matrix_decompose.hpp> need to be included to use these functionalities.
///////////////////////////////////////////////////////////////////////////////////
#pragma once