Typo Proessing

This commit is contained in:
thatsIch
2014-09-21 01:06:57 +02:00
parent b534b0ed85
commit 557e76787b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public class GuiInscriber extends AEBaseGui
@Override
public void drawFG(int offsetX, int offsetY, int mouseX, int mouseY)
{
pb.max = cvc.maxProessingTime;
pb.max = cvc.maxProcessingTime;
pb.current = cvc.processingTime;
pb.FullMsg = (pb.current * 100 / pb.max) + "%";