mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-10 08:05:52 +00:00
Silence warning
This commit is contained in:
parent
a469a81260
commit
577dee5291
@ -13,10 +13,10 @@ void Toolbar::Resources::init(boo::IGraphicsDataFactory* factory, const ThemeDat
|
|||||||
{
|
{
|
||||||
static const Zeus::RGBA32 tex[] =
|
static const Zeus::RGBA32 tex[] =
|
||||||
{
|
{
|
||||||
{255,255,255,64},
|
{{255,255,255,64}},
|
||||||
{255,255,255,64},
|
{{255,255,255,64}},
|
||||||
{0,0,0,64},
|
{{0,0,0,64}},
|
||||||
{0,0,0,64}
|
{{0,0,0,64}}
|
||||||
};
|
};
|
||||||
m_shadingTex = factory->newStaticTexture(4, 1, 1, boo::TextureFormat::RGBA8, tex, 16);
|
m_shadingTex = factory->newStaticTexture(4, 1, 1, boo::TextureFormat::RGBA8, tex, 16);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user