Browse Source

Minor changes to GD_Paint demo

TwistedTwigleg 6 years ago
parent
commit
0d40b69c19
2 changed files with 0 additions and 2 deletions
  1. 0 2
      2d/gd_paint/PaintControl.gd
  2. BIN
      2d/gd_paint/PaintTools.png

+ 0 - 2
2d/gd_paint/PaintControl.gd

@@ -256,6 +256,4 @@ func save_picture(path):
 	
 	# Save the image with the passed in path we got from the save dialog
 	cropped_image.save_png(path)
-	
-	return
 

BIN
2d/gd_paint/PaintTools.png