ImageLoader constructor

ImageLoader(
  1. dynamic manager
)

Implementation

ImageLoader(manager) : super(manager){
  flipY = false;
}