error
-
Автор темы
- #1
Отловил крашь при разворачивании в данной строке:
font->GetFont()->DrawTextA(NULL, buf, size, &rect, DT_NOCLIP, outline_color);
реализация GetFont
Перегружаю в Reset
font->GetFont()->DrawTextA(NULL, buf, size, &rect, DT_NOCLIP, outline_color);
реализация GetFont
Код:
ID3DXFont* GetFont() { return pFont; }