Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed world provider for joml changes #5

Merged
merged 1 commit into from
May 1, 2020

Conversation

pollend
Copy link
Member

@pollend pollend commented May 1, 2020

this PR is addresses changes in: MovingBlocks/Terasology#3899

Comment on lines 181 to 184
@Override
public boolean isBlockRelevant(Vector3f pos) {
return false;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the non read-only equivalents, they're obsolete now.

Copy link
Member Author

@pollend pollend May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a teramath vector. I think i need it from the interface and I believe its marked as depreciated.

@pollend pollend merged commit 4a7ee5f into Terasology:master May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants