mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Windows fixes
This commit is contained in:
@@ -889,7 +889,7 @@ bool TXTR::CookPC(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outP
|
||||
switch (colorType)
|
||||
{
|
||||
case PNG_COLOR_TYPE_GRAY:
|
||||
for (int i=0 ; i<width ; ++i)
|
||||
for (unsigned i=0 ; i<width ; ++i)
|
||||
{
|
||||
size_t outbase = (r*width+i)*4;
|
||||
bufOut[outbase] = rowBuf[i];
|
||||
|
||||
Reference in New Issue
Block a user