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:
parent
6eb6634997
commit
6da45d6a73
@ -259,7 +259,7 @@ REGISTER_OBJECT_WRAPPER( Texture,
|
|||||||
ADD_USER_SERIALIZER( ImageAttachment ); // _imageAttachment
|
ADD_USER_SERIALIZER( ImageAttachment ); // _imageAttachment
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
UPDATE_TO_VERSION_SCOPED( 153 )
|
UPDATE_TO_VERSION_SCOPED( 154 )
|
||||||
REMOVE_SERIALIZER( ImageAttachment );
|
REMOVE_SERIALIZER( ImageAttachment );
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user