diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-09 08:40:58 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-09 08:40:58 -0500 |
commit | c8c09860cb732006e161d26f25ff46e508770218 (patch) | |
tree | e6af9cbebcbdb664bc222c147e3cc6d12e46db8f /include/Texture.h | |
parent | 98e08cb7c2ae6c61192bac73a1fc7254224452be (diff) |
XML'd pages
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Texture.h b/include/Texture.h index 7201a4c..816a8bf 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -20,7 +20,7 @@ * Texture functions are given a namespace for better organization. */ -namespace Texture{ +namespace Texture { /** * Loads a texture from the given file name, returning the GLuint used for |