aboutsummaryrefslogtreecommitdiff
path: root/servers/visual_server.h
diff options
context:
space:
mode:
authorIndah Sylvia2017-09-29 04:40:01 +0700
committerIndah Sylvia2017-09-29 04:40:01 +0700
commit392a94686c1b22c0720f708db1feb80f24d1e08e (patch)
tree08b15e3e413116b7bbf3e85fa31f0e7dfc3057bf /servers/visual_server.h
parent4f39ce32b9195405f934445b20059e86632b47f9 (diff)
downloadgodot-392a94686c1b22c0720f708db1feb80f24d1e08e.tar.gz
godot-392a94686c1b22c0720f708db1feb80f24d1e08e.tar.zst
godot-392a94686c1b22c0720f708db1feb80f24d1e08e.zip
Diffstat (limited to 'servers/visual_server.h')
-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 72f36f6b6..3a8f55a65 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