Skip to content

Commit

Permalink
Remove usage of obsolete HighPrecisionFPU field
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 1, 2023
1 parent 4252f9d commit f080aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/renderingengine.cpp
Expand Up @@ -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
Expand Down

0 comments on commit f080aa2

Please sign in to comment.