Remove usage of obsolete HighPrecisionFPU field

This commit is contained in:
sfan5 2023-09-01 12:46:36 +02:00
parent 4252f9d4d5
commit f080aa29b5
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ RenderingEngine::RenderingEngine(IEventReceiver *receiver)
params.Stencilbuffer = false;
params.Vsync = vsync;
params.EventReceiver = receiver;
params.HighPrecisionFPU = true;
#ifdef __ANDROID__
params.PrivateData = porting::app_global;
#endif