From 40cc1046395385dd256012810866eba34904f034 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 28 Sep 2015 21:32:28 +0000
Subject: [PATCH] idk
---
src/parser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/parser.c b/src/parser.c
index 7ea1b3f..6daeb13 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -187,6 +187,7 @@
layer.sqrt = option_find_int(options, "sqrt", 0);
layer.coord_scale = option_find_float(options, "coord_scale", 1);
+ layer.forced = option_find_int(options, "forced", 0);
layer.object_scale = option_find_float(options, "object_scale", 1);
layer.noobject_scale = option_find_float(options, "noobject_scale", 1);
layer.class_scale = option_find_float(options, "class_scale", 1);
--
Gitblit v1.10.0