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

Use the Correct Data Types for AsepriteNinePatchProperties and AsepritePivotProperties #29

Merged
merged 2 commits into from
May 2, 2024

Conversation

AristurtleDev
Copy link
Owner

Prerequisites

  • I have verified that there are no existing pull requests that would overlap with this pull request.
  • I have verified that I am following the guidelines as outlined in this project's contribution policy
  • I Have verified that this pull request adheres to this project's code of conduct.
  • I have written a descriptive title for this pull request.
  • I have provided appropriate test coverage were applicable.

Description

The data types used in AsepriteNinePatchProperties and AsperitePivotProperties were incorrect. They were set as long instead of int. This is because i was dumb when reading the Aseprite File Spec which specifies them as long data type, but that's actually a 32-bit signed int in c#.

Related Issue Ticket Numbers

#26

AsepritePivotProperties and AsepriteNinPatchProperties both incorrectly used `long` instead of `int`
@AristurtleDev AristurtleDev merged commit 793ff80 into main May 2, 2024
3 checks passed
@AristurtleDev AristurtleDev deleted the issue/26-fix-ninepatch branch May 2, 2024 00:33
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.

1 participant