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

RawTexture.Height is marked internal #45

Closed
AristurtleDev opened this issue Feb 22, 2023 · 0 comments · Fixed by #46
Closed

RawTexture.Height is marked internal #45

AristurtleDev opened this issue Feb 22, 2023 · 0 comments · Fixed by #46
Assignees
Labels
🐞 Bug A bug has been identified and need to be fixed.

Comments

@AristurtleDev
Copy link
Owner

Description

The RawTexture.Height property is marked internal.

Steps to Reproduce

Try to access the RawTexture.Height property.

Expected Behavior

Access to the RawTexture.Height property.

Actual Behavior

An error is shown that the property doesn't exist.

Configuration

N/A

Other Information

Reference line of code: https://github.com/AristurtleDev/monogame-aseprite/blob/main/source/MonoGame.Aseprite/RawTypes/RawTexture.cs#L54

@AristurtleDev AristurtleDev self-assigned this Feb 22, 2023
@AristurtleDev AristurtleDev added the 🐞 Bug A bug has been identified and need to be fixed. label Feb 22, 2023
@AristurtleDev AristurtleDev added this to the Version 4.1.1 Hotfixes milestone Feb 22, 2023
AristurtleDev added a commit that referenced this issue Feb 22, 2023
[HotFix] Version 4.0.2
Resolves the following issues
- Fixed XML docs not included in NuGet leading to no intellesense. (Closes #44)
- Fixed RawTexture.Height property being internal by making it public (Closes #45)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug A bug has been identified and need to be fixed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant