Match TglD3DRMIMAGE::FillRowsOfTexture (#1300)

This commit is contained in:
Christian Semmler
2024-12-28 11:10:02 -07:00
committed by GitHub
parent 724a566c2e
commit 3140ba73eb
2 changed files with 3 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ public:
Result CreateBuffer(int width, int height, int depth, void* pBuffer, int useBuffer);
void Destroy();
void FillRowsOfTexture(int y, int height, char* content);
Result FillRowsOfTexture(int y, int height, char* content);
Result InitializePalette(int paletteSize, PaletteEntry* pEntries);
D3DRMIMAGE m_image;