Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jul 29, 2023
1 parent 32fb4b3 commit 6870d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ public int drawInBatch(FormattedCharSequence reorderingProcessor, float x, float
}
return true;
});
Matrix4f matrix4f = matrix.copy();
>>>>>>> ebfc1bb... Fixed shadow dropping after an emoji closes #28
Matrix4f matrix4f = new Matrix4f(matrix);

if (isShadow) {
EmojiCharacterRenderer fontrenderer$characterrenderer = new EmojiCharacterRenderer(emojis, buffer, x, y, color, true, matrix4f, isTransparent, packedLight);
FormattedCharSequence.fromList(processors).accept(fontrenderer$characterrenderer);
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=4.1.1
version=4.1.2
group=com.hrznstudio.emojiful

#Parchment
Expand Down

0 comments on commit 6870d94

Please sign in to comment.