Attempt to fix T40833: Crash when rendering with freestyle.
Constant crashes under Linux seem due to an uninitialized variable.
This commit is contained in:
@@ -1295,7 +1295,9 @@ protected:
|
||||
class WingedEdge
|
||||
{
|
||||
public:
|
||||
WingedEdge() {}
|
||||
WingedEdge() {
|
||||
_numFaces = 0;
|
||||
}
|
||||
|
||||
~WingedEdge()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user