Torque3D/Engine/source/gfx/gfxTextureArray.cpp

8 lines
129 B
C++
Raw Normal View History

2021-01-01 20:05:21 +00:00
#include "gfxTextureArray.h"
const String GFXTextureArray::describeSelf() const
{
// We've got nothing
return String();
}