From f0b0a8788ba100bf3a767296ab62176f2c1b67e5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 5 May 2011 11:31:12 +0000 Subject: [PATCH] Fixed warning --- src/osgPlugins/dae/daeRGeometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/dae/daeRGeometry.cpp b/src/osgPlugins/dae/daeRGeometry.cpp index 3ef585ea7..3c4cfa1ed 100644 --- a/src/osgPlugins/dae/daeRGeometry.cpp +++ b/src/osgPlugins/dae/daeRGeometry.cpp @@ -623,7 +623,7 @@ void resolveMeshInputs( for (unsigned int i = 0; i < MAX_TEXTURE_COORDINATE_SETS; ++i) { texcoord_sources[i] = NULL; - texcoord_offsets[i] = NULL; + texcoord_offsets[i] = 0; } for ( size_t i = 0; i < inputs.getCount(); i++ )