add comment

This commit is contained in:
Simon Gardling 2022-03-02 23:51:20 -05:00
parent 8c0e1a2b8e
commit 50333a6f41

View File

@ -125,6 +125,7 @@ pub struct MathApp {
// Contains the list of Areas calculated (the vector of f64) and time it took for the last frame (the Duration). Stored in a Tuple. // Contains the list of Areas calculated (the vector of f64) and time it took for the last frame (the Duration). Stored in a Tuple.
last_info: (Vec<f64>, Duration), last_info: (Vec<f64>, Duration),
// Stores Settings (pretty self explanatory)
settings: AppSettings, settings: AppSettings,
} }