Set correct terrain layer texture format.

This commit is contained in:
LuisAntonRebollo 2014-11-08 01:46:08 +01:00
parent c354f59b72
commit b81ebaa386
4 changed files with 4 additions and 1 deletions

View file

@ -181,6 +181,7 @@ enum GFXFormat
// 32 bit texture formats...
GFXFormatR8G8B8A8,// first in group...
GFXFormatR8G8B8X8,
GFXFormatB8G8R8A8,
GFXFormatR32F,
GFXFormatR16G16,
GFXFormatR16G16F,