Menu

#129 CAttributes::restore() doesn't restore surfaceOpacity

open-fixed
nobody
None
5
2010-07-24
2010-06-10
Anonymous
No

...or at least that's what I suspect is supposed to happen there...

Index: src/ri/attributes.cpp

--- src/ri/attributes.cpp (revision 1224)
+++ src/ri/attributes.cpp (working copy)
@@ -355,7 +355,7 @@
exterior = other->exterior; if (exterior != NULL) exterior->attach();

movvv(surfaceColor,other->surfaceColor);
- movvv(surfaceColor,other->surfaceColor);
+ movvv(surfaceOpacity,other->surfaceOpacity);

// Delete the light sources
CActiveLight *cLight;

Discussion

  • Okan Arikan

    Okan Arikan - 2010-07-24

    Quite right, incorporated into the trunk

    Thanks

    Okan

     
  • Okan Arikan

    Okan Arikan - 2010-07-24
    • status: open --> open-fixed
     

Log in to post a comment.