16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

option to load dds with upper-left origin (currently disabled by default)

This commit is contained in:
milek7
2018-02-16 23:30:09 +01:00
parent 6b24a39944
commit 65fb5c6991
4 changed files with 237 additions and 22 deletions

View File

@@ -167,6 +167,7 @@ struct global_settings {
motiontelemetry::conf_t motiontelemetry_conf;
std::string screenshot_dir;
bool loading_log = true;
bool dds_upper_origin = false;
// methods
void LoadIniFile( std::string asFileName );