mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Removes unused BrokenColor constant forgotten to be removed in b7888aea52.
This was SVN commit r27447.
This commit is contained in:
parent
0f130fb19c
commit
f9d1ecfd31
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2022 Wildfire Games.
|
||||
/* Copyright (C) 2023 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
|
|
@ -20,8 +20,6 @@
|
|||
#include "Material.h"
|
||||
#include "ps/CStrInternStatic.h"
|
||||
|
||||
static CColor BrokenColor(0.3f, 0.3f, 0.3f, 1.0f);
|
||||
|
||||
CMaterial::CMaterial() :
|
||||
m_AlphaBlending(false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue