summaryrefslogtreecommitdiff
path: root/src/object_properties.h
diff options
context:
space:
mode:
authorstujones11 <stujones111@gmail.com>2018-03-18 17:25:05 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-29 14:53:12 +0100
commit821e3f7072b040f57e33785536a4f00a064a0069 (patch)
treeedd4b0e626e2f7b1369547c452fc2b65514c5d0c /src/object_properties.h
parent0396717256bb15ecb76469b7f148cfd6d952b34e (diff)
downloadminetest-821e3f7072b040f57e33785536a4f00a064a0069.tar.gz
minetest-821e3f7072b040f57e33785536a4f00a064a0069.tar.bz2
minetest-821e3f7072b040f57e33785536a4f00a064a0069.zip
Optional alpha channel support for entities
Diffstat (limited to 'src/object_properties.h')
-rw-r--r--src/object_properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_properties.h b/src/object_properties.h
index 140770998..d273b52f4 100644
--- a/src/object_properties.h
+++ b/src/object_properties.h
@@ -60,6 +60,7 @@ struct ObjectProperties
bool static_save = true;
float eye_height = 1.625f;
float zoom_fov = 0.0f;
+ bool use_texture_alpha = false;
ObjectProperties();
std::string dump();