mirror of
https://github.com/lukasabbe/bookshelf-inspector.git
synced 2026-04-30 10:40:53 +00:00
Fixed snapshot
This commit is contained in:
@@ -55,7 +55,7 @@ public class HudRenderer {
|
||||
drawScaledText(context, itemName, x,y+((int)(10*scaleFactor)), color, client.font);
|
||||
|
||||
// Item count
|
||||
if (itemStack.isStackable()) {
|
||||
if (itemStack.isStackable() && itemStack.getCount() > 1) {
|
||||
float rightEdge = x + (client.font.width(itemName) / 2f) * scaleFactor;
|
||||
float spacing = 9 * scaleFactor;
|
||||
int nextX = (int) (rightEdge + spacing);
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
version=2.2+26.1-SNAPSHOT.4
|
||||
version=2.3+26.1-SNAPSHOT.4
|
||||
|
||||
# release, beta & alpha
|
||||
versionType=alpha
|
||||
|
||||
Reference in New Issue
Block a user