mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed: stat skyboxes output was broken.
SVN r4163 (trunk)
This commit is contained in:
parent
1c9396cd6c
commit
4f3a03f2f4
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ void R_DrawSkyBoxes ()
|
||||||
ADD_STAT(skyboxes)
|
ADD_STAT(skyboxes)
|
||||||
{
|
{
|
||||||
FString out;
|
FString out;
|
||||||
out.Format (out, "%d skybox planes", numskyboxes);
|
out.Format ("%d skybox planes", numskyboxes);
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue