diff options
Diffstat (limited to 'src/libjin/Math/Vector3.hpp')
-rw-r--r-- | src/libjin/Math/Vector3.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Math/Vector3.hpp b/src/libjin/Math/Vector3.hpp index 9b38cad..96d4e9a 100644 --- a/src/libjin/Math/Vector3.hpp +++ b/src/libjin/Math/Vector3.hpp @@ -35,7 +35,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file |