Skip to content

Conversation

@cdce8p
Copy link

@cdce8p cdce8p commented Dec 30, 2017

Fixes issue where zPosition wasn't considered when rendering.

@rbodziony
Copy link

why you removed function ?

@cdce8p
Copy link
Author

cdce8p commented Jan 8, 2018

Unfortunatly I am not an expert regarding Digester, but I noticed that although the methods are there the resulting object dosn't have the Z-Position. Through try and error I found that it seems to be the second capital letter in setZPosition which was causing the issue. Because I change the method name, digster will be able to match the Z-Position be default which is why I removed the additional entry.

}

public void setZPosition(int zPosition) {
public void setZposition(int zPosition) {

Choose a reason for hiding this comment

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

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.

3 participants