Skip to content

Commit

Permalink
Fixed a bug in the copying of multi-textured blobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Feb 23, 2016
1 parent 0f349a7 commit 9762bc5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/base/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define OFFICIAL_VERSION_STRING "3.7.1"
#define OFFICIAL_VERSION_NUMBER 371

#define POV_RAY_PRERELEASE "alpha.8463913"
#define POV_RAY_PRERELEASE "alpha.8492620"

#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
#ifdef POV_RAY_PRERELEASE
Expand Down
1 change: 0 additions & 1 deletion source/core/shape/blob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,6 @@ ObjectPtr Blob::Copy()
/* Copy blob. */

Destroy_Transform(New->Trans);
*New = *this;
New->Trans = Copy_Transform(Trans);
New->Data = Data->AcquireReference();
New->Element_Texture.reserve(Element_Texture.size());
Expand Down
2 changes: 1 addition & 1 deletion unix/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1-alpha.8463913
3.7.1-alpha.8492620

0 comments on commit 9762bc5

Please sign in to comment.