mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
remove redundant assignment
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
parent
e93699dfd9
commit
3321a010bb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static float aspectRatioX;
|
|||
static float aspectRatioY;
|
||||
static int32_t verticalPixelCount;
|
||||
// Additional settings
|
||||
static bool showHorizontalResField = false;
|
||||
static bool showHorizontalResField;
|
||||
static int32_t horizontalPixelCount;
|
||||
// Disabling flags
|
||||
static bool disabled_everything;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue