summaryrefslogtreecommitdiff
path: root/servers
diff options
context:
space:
mode:
authorIndah Sylvia <ISylvox@yahoo.com>2017-09-29 04:40:01 +0700
committerIndah Sylvia <ISylvox@yahoo.com>2017-09-29 04:40:01 +0700
commit392a94686c1b22c0720f708db1feb80f24d1e08e (patch)
tree08b15e3e413116b7bbf3e85fa31f0e7dfc3057bf /servers
parent4f39ce32b9195405f934445b20059e86632b47f9 (diff)
Fixed typo: 'texure' to 'texture'
Diffstat (limited to 'servers')
-rw-r--r--servers/visual_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h
index 72f36f6b65..3a8f55a657 100644
--- a/servers/visual_server.h
+++ b/servers/visual_server.h
@@ -85,7 +85,7 @@ public:
enum TextureFlags {
TEXTURE_FLAG_MIPMAPS = 1, /// Enable automatic mipmap generation - when available
TEXTURE_FLAG_REPEAT = 2, /// Repeat texture (Tiling), otherwise Clamping
- TEXTURE_FLAG_FILTER = 4, /// Create texure with linear (or available) filter
+ TEXTURE_FLAG_FILTER = 4, /// Create texture with linear (or available) filter
TEXTURE_FLAG_ANISOTROPIC_FILTER = 8,
TEXTURE_FLAG_CONVERT_TO_LINEAR = 16,
TEXTURE_FLAG_MIRRORED_REPEAT = 32, /// Repeat texture, with alternate sections mirrored