Updated REMOVE_SERIALIZER( ImageAttachment ); block to use 154 version to retain compatibility with binaries made with 153 SOVERSION prior to the Imageattachement change

This commit is contained in:
Robert Osfield 2018-05-23 17:02:28 +01:00
parent 6eb6634997
commit 6da45d6a73

View File

@ -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 );
}
{