Fix
This commit is contained in:
parent
f16efd49cd
commit
e89ec6c1d7
@ -18,6 +18,9 @@ public class BomberForm extends JFrame
|
|||||||
|
|
||||||
private void Draw()
|
private void Draw()
|
||||||
{
|
{
|
||||||
|
if (_bomberRenderer == null)
|
||||||
|
return;
|
||||||
|
|
||||||
BufferedImage bmp = new BufferedImage(
|
BufferedImage bmp = new BufferedImage(
|
||||||
BomberPictureBox.getWidth(),
|
BomberPictureBox.getWidth(),
|
||||||
BomberPictureBox.getHeight(),
|
BomberPictureBox.getHeight(),
|
||||||
|
Loading…
Reference in New Issue
Block a user