mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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)
|
||||
{
|
||||
FString out;
|
||||
out.Format (out, "%d skybox planes", numskyboxes);
|
||||
out.Format ("%d skybox planes", numskyboxes);
|
||||
return out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue