diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:18:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:18:46 +0200 |
commit | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (patch) | |
tree | e43be0a41f0e3d8908fd24a1122bbc81d895230d /main | |
parent | 9c9f083b8130c13c4e861f8e876c618e1eab38e8 (diff) |
.
Diffstat (limited to 'main')
-rw-r--r-- | main/app.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/app.cpp b/main/app.cpp index b0acda2e..6d2474b4 100644 --- a/main/app.cpp +++ b/main/app.cpp @@ -1,4 +1,5 @@ #include "app.hpp" +#include "compat/fpu.hpp" namespace Magnum::Examples { @@ -14,6 +15,7 @@ app::app(const Arguments& arguments): .setFlags(GLConfiguration::Flag::GpuValidation) } { + set_fp_mask(); reset_camera_offset(); update_window_scale(windowSize()); timeline.start(); |