Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesTiler/Program.cs')
-rw-r--r--NesTiler/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NesTiler/Program.cs b/NesTiler/Program.cs
index 852cbc1..92c6d12 100644
--- a/NesTiler/Program.cs
+++ b/NesTiler/Program.cs
@@ -113,7 +113,7 @@ namespace com.clusterrr.Famicom.NesTiler
var heightS = match.Groups["height"].Value;
// Crop it if need
int offset = 0;
- int height = 0;
+ int height = -1;
if (!string.IsNullOrEmpty(offsetS))
{
offset = int.Parse(offsetS);