From 01ae0daea501f47ec56a8368e530cb4176fc44cd Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Nov 2011 13:13:18 +0200 Subject: Properly update textures in node definitions --- src/nodedef.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nodedef.h') 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 -- cgit v1.2.3