Skip to content

When dragging a material over a surface in the scene view, the undo stack is spammed with undo states #355

@nukeandbeans

Description

@nukeandbeans

Bug is located here:

Where the check is inverted from what it should be.

(!modified)
{
    // etc...
}

should be

(modified)
{
    // etc...
}

This will be fixed with other fixes in PR #349

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions