Skip to content

Miner lag #36

@asl97

Description

@asl97

Mostly cause the draw skipping isn't working correctly as isUpdating is never unset.
Which result in every single tile getting updated which lags.

function updateMaterialVisual(material, index) {
if(!theGrid[index].isUpdating) {
return
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions