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

Update DrawNode.cpp (fix #2140) #2158

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Update DrawNode.cpp (fix #2140) #2158

merged 3 commits into from
Sep 16, 2024

Conversation

aismann
Copy link
Contributor

@aismann aismann commented Sep 16, 2024

Describe your changes

Fix DrawNode graphical artifacts

Anyhow there is another bug with:
drawNode->drawSolidCircle(center, 30, 0, 36, 0.8f, 0.8f, Color4B::GREEN, 1.0f, Color4B::BLACK);

image

Fix:
image

Issue ticket number and link

#2140

Checklist before requesting a review

For each PR

  • Add Copyright if it missed:
    - "Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."

  • I have performed a self-review of my code.

    Optional:

    • I have checked readme and add important infos to this PR.
    • I have added/adapted some tests too.

For core/new feature PR

  • I have checked readme and add important infos to this PR.
  • I have added thorough tests.

@aismann
Copy link
Contributor Author

aismann commented Sep 16, 2024

Should be fix the artefacts now.

@halx99 halx99 added this to the 2.2.0 milestone Sep 16, 2024
@halx99 halx99 merged commit 46332b5 into axmolengine:dev Sep 16, 2024
15 checks passed
@halx99 halx99 linked an issue Sep 16, 2024 that may be closed by this pull request
xfbird pushed a commit to xfbird/axmol that referenced this pull request Sep 18, 2024
xfbird pushed a commit to xfbird/axmol that referenced this pull request Sep 18, 2024
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.

DrawNode graphical artifacts
2 participants