Skip to content

Commit

Permalink
fix(docs): Remove admonition tag at end of adomonition
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionAsh5357 committed May 25, 2024
1 parent 03ff593 commit 72cc836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gui/screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ In a previous section, it mentioned that precomputed relative coordinates should
The image values are static and non changing as they represent the background texture size. To make things easier when rendering, two additional values (`leftPos` and `topPos`) are precomputed in the `#init` method which marks the top left corner of where the background will be rendered. The label coordinates are relative to these values.

The `leftPos` and `topPos` is also used as a convenient way to render the background as they already represent the position to pass into the `#blit` method.
:::caution
:::

```java
// In some AbstractContainerScreen subclass
Expand Down

1 comment on commit 72cc836

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

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

Deploying with Cloudflare Pages

Name Result
Last commit: 72cc836e4361a44df256f0cd4a734741a0aec2f1
Status: ✅ Deploy successful!
Preview URL: https://48477a96.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-87.neoforged-docs-previews.pages.dev

Please sign in to comment.