From aee1423e55572e4d7fcab355c86067877ee42a26 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 25 Jun 2016 13:36:18 +0100 Subject: [PATCH] Added initializers --- src/osgPlugins/lwo/Block.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/osgPlugins/lwo/Block.h b/src/osgPlugins/lwo/Block.h index 55948f003..5872ab20e 100644 --- a/src/osgPlugins/lwo/Block.h +++ b/src/osgPlugins/lwo/Block.h @@ -78,7 +78,10 @@ namespace lwosg float texture_amplitude; Image_map() - : image_map(-1), + : + projection(PLANAR), + axis(X), + image_map(-1), clip(0), width_wrap(REPEAT), height_wrap(REPEAT),