diff -abBdpuNPr --exclude='*.svn' irrlicht-svn-ss/trunk/include/IGUIElement.h Irrlicht_starsonata/include/IGUIElement.h --- irrlicht-svn-ss/trunk/include/IGUIElement.h 2007-07-26 02:11:22.000000000 +0200 +++ Irrlicht_starsonata/include/IGUIElement.h 2008-07-25 16:36:24.000000000 +0200 @@ -228,11 +228,8 @@ public: if (NoClip) { IGUIElement* p=this; - while (p && p->NoClip && p->Parent) + while (p && p->Parent) p = p->Parent; - if (p->Parent) - parentAbsoluteClip = p->Parent->AbsoluteClippingRect; - else parentAbsoluteClip = p->AbsoluteClippingRect; } else