3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Fixed painting placement

Dieser Commit ist enthalten in:
Erik Broes 2011-01-23 15:51:58 +01:00
Ursprung ab3412e878
Commit 5f997be0b3

Datei anzeigen

@ -100,7 +100,7 @@ public class EntityPainting extends Entity {
f6 -= d(e.A);
}
f5 += d(e.B);
a(f4, f5, f6);
a((double)f4, (double)f5, (double)f6); // CraftBukkit -- forcecast all arguments to double
float f8 = -0.00625F;
z.c(f4 - f1 - f8, f5 - f2 - f8, f6 - f3 - f8, f4 + f1 + f8, f5 + f2 + f8, f6 + f3 + f8);