From 6da45d6a7344e5ac57944bd9bf57501bfefdb180 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 23 May 2018 17:02:28 +0100 Subject: [PATCH] Updated REMOVE_SERIALIZER( ImageAttachment ); block to use 154 version to retain compatibility with binaries made with 153 SOVERSION prior to the Imageattachement change --- src/osgWrappers/serializers/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgWrappers/serializers/osg/Texture.cpp b/src/osgWrappers/serializers/osg/Texture.cpp index 05c3bf8df..dea4bd792 100644 --- a/src/osgWrappers/serializers/osg/Texture.cpp +++ b/src/osgWrappers/serializers/osg/Texture.cpp @@ -259,7 +259,7 @@ REGISTER_OBJECT_WRAPPER( Texture, ADD_USER_SERIALIZER( ImageAttachment ); // _imageAttachment } { - UPDATE_TO_VERSION_SCOPED( 153 ) + UPDATE_TO_VERSION_SCOPED( 154 ) REMOVE_SERIALIZER( ImageAttachment ); } {