-
Loading screen dramatically slows map loading times
So, I decided to use a switch to change the map loading screens randomly. I only have one picture in the folder, so 95% of the time no image is used. I noticed, map speed is dramatically increased. without the picture, it took less than a second after clicking start game for the map to load, whereas with the picture it takes at minimum 3 seconds for the map to load. what in the world is being analyzed to cause such a drastic increase in load times?
-
-
Re: Loading screen dramatically slows map loading times
RBitmap2 is covering the screen, when disable the loading img it shows up the world earlier. Their are some steps what loading screen is following, you will see that is rendering the map one of the first steps is. Maybe thats why.