Stray line meant to be removed

Looks like this missed the merge. Removing so min height is maintained.
pull/7/head
gwygonik 2016-11-22 16:38:01 -08:00
rodzic cabd5024eb
commit af5d506e52
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -95,8 +95,6 @@ void loadMainImage(String inImageName) {
if (tempheight < 720)
tempheight = 720;
surface.setSize(p1.width + 150, tempheight);
surface.setSize(p1.width + 150, p1.height);
// filter image
p1.filter(GRAY);