- undid the native part of GetFullscreenRect because the functions are not compatible.

This commit is contained in:
Christoph Oelckers 2020-10-24 18:13:45 +02:00
parent ce03813ab1
commit c33525381e

View file

@ -418,7 +418,7 @@ void GetFullscreenRect(double width, double height, int fsmode, DoubleRect* rect
CalcFullscreenScale(&parms, width, height, fsmode, *rect); CalcFullscreenScale(&parms, width, height, fsmode, *rect);
} }
DEFINE_ACTION_FUNCTION_NATIVE(_Screen, GetFullscreenRect, GetFullscreenRect) DEFINE_ACTION_FUNCTION(_Screen, GetFullscreenRect)
{ {
PARAM_PROLOGUE; PARAM_PROLOGUE;
PARAM_FLOAT(virtw); PARAM_FLOAT(virtw);