mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Small fix.
This commit is contained in:
@@ -222,7 +222,6 @@ public class FPanel extends JPanel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Clear memory
|
// Clear memory
|
||||||
if (clip != null) { clip.reset(); }
|
|
||||||
g2d.setClip(oldClipBounds);
|
g2d.setClip(oldClipBounds);
|
||||||
g2d.dispose();
|
g2d.dispose();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user