mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-21 08:21:00 +00:00
draw: constify the gl dot texture data
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
ea13f9928c
commit
da3b609e95
@ -66,7 +66,7 @@ R_InitTextures(void)
|
||||
}
|
||||
}
|
||||
|
||||
static byte dottexture[8][8] = {
|
||||
static const byte dottexture[8][8] = {
|
||||
{0, 1, 1, 0, 0, 0, 0, 0},
|
||||
{1, 1, 1, 1, 0, 0, 0, 0},
|
||||
{1, 1, 1, 1, 0, 0, 0, 0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user