[Video] Fix up gfxTexCalcMemRequired in OGLEStextures.cpp

This commit is contained in:
zilmar 2017-07-20 17:49:13 +10:00
parent b0b28adad7
commit ee38819a35
1 changed files with 1 additions and 4 deletions

View File

@ -203,10 +203,7 @@ FxU32 gfxTexTextureMemRequired(FxU32 evenOdd, GrTexInfo *info)
return 0;
}
FX_ENTRY FxU32 FX_CALL
gfxTexCalcMemRequired(
GrLOD_t lodmin, GrLOD_t lodmax,
GrAspectRatio_t aspect, GrTextureFormat_t fmt)
FxU32 gfxTexCalcMemRequired(GrLOD_t lodmin, GrLOD_t lodmax, GrAspectRatio_t aspect, GrTextureFormat_t fmt)
{
WriteTrace(TraceGlitch, TraceDebug, "lodmin = %d, lodmax: %d aspect: %d fmt: %d", lodmin, lodmax, aspect, fmt);
int width, height;