diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-15 13:13:18 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:43 +0200 |
commit | 01ae0daea501f47ec56a8368e530cb4176fc44cd (patch) | |
tree | e96893df69b86481dcc6d36d613d4b67e72c205f /src/nodedef.h | |
parent | 45fc45a49e61c61646b9997840e92f25bb8ccde9 (diff) | |
download | minetest-01ae0daea501f47ec56a8368e530cb4176fc44cd.tar.gz minetest-01ae0daea501f47ec56a8368e530cb4176fc44cd.tar.bz2 minetest-01ae0daea501f47ec56a8368e530cb4176fc44cd.zip |
Properly update textures in node definitions
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 5aba69c48..0430621e7 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -122,6 +122,9 @@ struct ContentFeatures // Special irrlicht material, used sometimes video::SMaterial *special_material; video::SMaterial *special_material2; + // Currently used for fetching liquid texture coordinates + // - This is also updated to the above two (if they are non-NULL) + // when textures are updated AtlasPointer *special_atlas; #endif |