From 1d518a54914531d7a4fab3a6835b75de85bd7bc7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 9 Jul 2014 19:18:31 +0000 Subject: Initial support for multi-layered materials, requires shaders files in the new format. --- src/render/textures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/textures.h') diff --git a/src/render/textures.h b/src/render/textures.h index 69442e8..2341672 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -60,8 +60,8 @@ public: /// list loaded textures static void list(); - /// material loader func - static void material_loader(model::Material *material); + /// material image loader hook + static void image_loader(model::Layer *layer); private: static void clear(); -- cgit v1.2.3