mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix EOL
This commit is contained in:
@@ -839,5 +839,5 @@ void DebugPixMap(PixMap **pixMapH, const char *outName)
|
||||
strcpy_s(outPath, outName);
|
||||
strcat_s(outPath, ".png");
|
||||
|
||||
stbi_write_png(outPath, pixMap->m_rect.right - pixMap->m_rect.left, pixMap->m_rect.bottom - pixMap->m_rect.top, 1, pixMap->m_data, pixMap->m_pitch);
|
||||
stbi_write_png(outPath, pixMap->m_rect.right - pixMap->m_rect.left, pixMap->m_rect.bottom - pixMap->m_rect.top, 1, pixMap->m_data, pixMap->m_pitch);
|
||||
}
|
||||
|
Reference in New Issue
Block a user