diff --git a/bin/RabiClone.jar b/bin/RabiClone.jar index 855716e..1bfebcf 100644 Binary files a/bin/RabiClone.jar and b/bin/RabiClone.jar differ diff --git a/src/sig/DrawLoop.java b/src/sig/DrawLoop.java index 5a24668..4b690b8 100644 --- a/src/sig/DrawLoop.java +++ b/src/sig/DrawLoop.java @@ -148,7 +148,7 @@ public class DrawLoop { } public static void Draw_Sprite_Partial(double x, double y, double xOffset, double yOffset, double w, double h, Sprite sprite, double frame_index, Transform transform){ - Draw_Sprite_Partial_Ext(x,y,xOffset,yOffset,w,h,sprite,frame_index,Alpha.ALPHA0,PaletteColor.NORMAL,transform); + Draw_Sprite_Partial_Ext(x,y,xOffset,yOffset,w,h,sprite,frame_index,Alpha.ALPHA128,PaletteColor.NORMAL,transform); } public static void Draw_Sprite_Partial_Ext(double x, double y, double xOffset, double yOffset, double w, double h, Sprite sprite, Alpha alpha, Transform transform){ @@ -194,6 +194,7 @@ public class DrawLoop { } } } + transparentRunCount--; } }