mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 16:07:40 +00:00
Remove unused globals
This commit is contained in:
parent
65fa807433
commit
b9024f87a0
1 changed files with 0 additions and 9 deletions
|
@ -79,15 +79,6 @@ namespace swrenderer
|
|||
{
|
||||
using namespace drawerargs;
|
||||
|
||||
//
|
||||
// Sprite rotation 0 is facing the viewer,
|
||||
// rotation 1 is one angle turn CLOCKWISE around the axis.
|
||||
// This is not the same as the angle,
|
||||
// which increases counter clockwise (protractor).
|
||||
//
|
||||
fixed_t sky1scale; // [RH] Sky 1 scale factor
|
||||
fixed_t sky2scale; // [RH] Sky 2 scale factor
|
||||
|
||||
FTexture *WallSpriteTile;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue