forked from mirrors/0ad
Removes unused BrokenColor constant forgotten to be removed in b7888aea52.
This was SVN commit r27447.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user