ObjReader Community
		WIP => WIP => Topic started by: Patrice Terrier on November 20, 2018, 01:56:00 pm
		
			
			- 
				Here is the solution to please both of us:
In Main.cpp line 1355-1357, use this
        if (IsWindowVisible(gP.hMain)) { // PAT 11-19-2018
            if (gP.glRatio <= 1.0f) { genBackgroundList(); } // PAT: 11-20-2018 To please both of us
        }
Short isn't it?
			 
			
			- 
				That's exactly what we need, and very brief too, thanks! 8)