mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-12 23:54:33 +00:00
- do not use the GetFullscreenRect function as a native scripting function
This commit is contained in:
parent
bc2b0a0252
commit
838733af4a
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ void GetFullscreenRect(double width, double height, int fsmode, DoubleRect* rect
|
|||
CalcFullscreenScale(&parms, width, height, fsmode, *rect);
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION_NATIVE(_Screen, GetFullscreenRect, GetFullscreenRect)
|
||||
DEFINE_ACTION_FUNCTION(_Screen, GetFullscreenRect)
|
||||
{
|
||||
PARAM_PROLOGUE;
|
||||
PARAM_FLOAT(virtw);
|
||||
|
|
Loading…
Reference in a new issue