Skip to content

Commit

Permalink
Fix typo in NetherPortalGenerator
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
NeRdTheNed committed Oct 14, 2023
1 parent 21903af commit 3154372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private static TextureGroup netherPortalFrames() {
// Construct the ABGR components of the image.
final int imageOffset = (portalImageX + (portalImageY * STANDARD_IMAGE_SIZE)) * 4;
/*
* Aplha / blue is very common, and has a fairly normal distribution.
* Alpha / blue is very common, and has a fairly normal distribution.
* The alpha value is the same as the blue value.
* This means that the nether portal is the most transparent at the least blue pixels
* / the most opaque at the most blue pixels.
Expand Down

0 comments on commit 3154372

Please sign in to comment.