File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4545#define OFFICIAL_VERSION_STRING "3.7.1"
4646#define OFFICIAL_VERSION_NUMBER 371
4747
48- #define POV_RAY_PRERELEASE "alpha.8463913 "
48+ #define POV_RAY_PRERELEASE "alpha.8492620 "
4949
5050#if (POV_RAY_IS_AUTOBUILD == 1 ) && ((POV_RAY_IS_OFFICIAL == 1 ) || (POV_RAY_IS_SEMI_OFFICIAL == 1 ))
5151#ifdef POV_RAY_PRERELEASE
Original file line number Diff line number Diff line change @@ -2103,7 +2103,6 @@ ObjectPtr Blob::Copy()
21032103 /* Copy blob. */
21042104
21052105 Destroy_Transform (New->Trans );
2106- *New = *this ;
21072106 New->Trans = Copy_Transform (Trans);
21082107 New->Data = Data->AcquireReference ();
21092108 New->Element_Texture .reserve (Element_Texture.size ());
Original file line number Diff line number Diff line change 1- 3.7.1-alpha.8463913
1+ 3.7.1-alpha.8492620
You can’t perform that action at this time.
0 commit comments