mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
remove redundant assignment
Co-authored-by: Philip Dubé <serprex@users.noreply.github.com>
This commit is contained in:
parent
b0b82dde71
commit
6c0c57c305
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,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