Skip to content

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

Closed
@nukeandbeans

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions