st/nine: Add debug string for ATOC

We were missing a debug string for this format.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
Axel Davy 2016-05-07 11:20:47 +02:00
parent 4e89dcf0c4
commit edc5cdced5

View file

@ -423,6 +423,7 @@ d3dformat_to_string(D3DFORMAT fmt)
case D3DFMT_NVDB: return "D3DFMT_NVDB";
case D3DFMT_RESZ: return "D3DFMT_RESZ";
case D3DFMT_NULL: return "D3DFMT_NULL";
case D3DFMT_ATOC: return "D3DFMT_ATOC";
default:
break;
}