Turned on all the warnings I could handle and made them into errors then fixed them all. Worldbuilder needs a refactor in random_path.
This commit is contained in:
parent
f3f875ee80
commit
128fc4f540
19 changed files with 85 additions and 85 deletions
|
@ -118,9 +118,9 @@ struct WhatTheColor {
|
|||
int h;
|
||||
int s;
|
||||
int v;
|
||||
Component h_slider;
|
||||
Component s_slider;
|
||||
Component v_slider;
|
||||
Component h_slider = nullptr;
|
||||
Component s_slider = nullptr;
|
||||
Component v_slider = nullptr;
|
||||
};
|
||||
|
||||
class GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue