I am writing a function to passively load a map file into a vector and also display the percentage of completion.
For some reason the MapProgress variable which is defined as a static float will never store the outcome of line 12.
The only time it will get written to is when it finally reaches the else statement and then write 100.0 to it...but that happens when it finally finishes...am i doing something wrong...