merge with dev

This commit is contained in:
Desmis
2020-02-24 11:09:20 +01:00
178 changed files with 4237 additions and 4548 deletions

View File

@@ -55,7 +55,6 @@ template<class T> T** allocArray (int W, int H)
return t;
}
#define HR_SCALE 2
StdImageSource::StdImageSource () : ImageSource(), img(nullptr), plistener(nullptr), full(false), max{}, rgbSourceModified(false)
{