Fixed Image ENUMs

ty
This commit is contained in:
Jan Schuffenhauer
2020-01-09 10:45:54 +01:00
parent ccbe3336a8
commit e3b2968f4d
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
IntelliRasterImage::IntelliRasterImage(int width, int height, bool fastRendererOn)
: IntelliImage(width, height, fastRendererOn){
TypeOfImage = IntelliImage::ImageType::Raster_Image;
TypeOfImage = IntelliImage::ImageType::RASTERIMAGE;
this->fastRenderer = fastRendererOn;
}