Torque3D/Engine/source/gfx/gfxTextureArray.cpp
2021-01-01 21:06:01 +01:00

8 lines
129 B
C++

#include "gfxTextureArray.h"
const String GFXTextureArray::describeSelf() const
{
// We've got nothing
return String();
}