mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed some unused global variables.
This commit is contained in:
parent
d72623b9b5
commit
4965cdfd9a
2 changed files with 0 additions and 3 deletions
|
@ -545,7 +545,6 @@ static void PrepareSegs()
|
||||||
// Initialize the level data for the GL renderer
|
// Initialize the level data for the GL renderer
|
||||||
//
|
//
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
extern int restart;
|
|
||||||
|
|
||||||
void gl_PreprocessLevel()
|
void gl_PreprocessLevel()
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,8 +34,6 @@
|
||||||
|
|
||||||
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.
|
static const int INITIAL_BUFFER_SIZE = 160000; // This means 80000 lights per frame and 160000*16 bytes == 2.56 MB.
|
||||||
|
|
||||||
float *mMap;
|
|
||||||
|
|
||||||
FLightBuffer::FLightBuffer()
|
FLightBuffer::FLightBuffer()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue