correction

This commit is contained in:
Pawel Kolodziejski 2005-03-20 18:43:56 +00:00
parent 1084e784f8
commit f7d1e50db4
2 changed files with 2 additions and 2 deletions

View file

@ -399,7 +399,7 @@ void DriverTinyGL::drawEmergString(int /*x*/, int /*y*/, const char * /*text*/,
}
Driver::TextObjectHandle *DriverTinyGL::createTextBitmap(uint8 *data, int width, int height, const Color &fgColor) {
TextObjectHandle *handle = new TextObjectHandle();
TextObjectHandle *handle = new TextObjectHandle;
handle->width = width;
handle->height = height;
handle->numTex = 0;