Remove another auto .. -> declaration.

This commit is contained in:
comex 2014-10-09 01:53:59 -04:00
parent 47faf7c4fd
commit a27f5fe301
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void SamplerCache::SetSamplerState(int stage, const TexMode0& tm0, const TexMode
}
}
auto SamplerCache::GetEntry(const Params& params) -> Value&
SamplerCache::Value& SamplerCache::GetEntry(const Params& params)
{
auto& val = m_cache[params];
if (!val.sampler_id)