1
0
forked from mirrors/0ad

Removes unused BrokenColor constant forgotten to be removed in b7888aea52.

This was SVN commit r27447.
This commit is contained in:
vladislavbelov
2023-01-15 13:01:31 +00:00
parent 0f130fb19c
commit f9d1ecfd31
+1 -3
View File
@@ -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)
{