Merge pull request #1182 from Azaezel/alpha41/revertSTB

revert #1148 as prematurely incorporated
This commit is contained in:
Brian Roberts 2024-01-19 13:21:02 -06:00 committed by GitHub
commit a919d53eee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1813 additions and 20385 deletions

View file

@ -94,7 +94,7 @@ function ImportAssetWindow::onWake(%this)
//
function isImageFormat(%fileExt)
{
if( (%fileExt $= ".png") || (%fileExt $= ".jpg") || (%fileExt $= ".bmp") || (%fileExt $= ".dds") || (%fileExt $= ".tif") || (%fileExt $= ".psd") || (%fileExt $= ".gif") || (%fileExt $= ".hdr"))
if( (%fileExt $= ".png") || (%fileExt $= ".jpg") || (%fileExt $= ".bmp") || (%fileExt $= ".dds") || (%fileExt $= ".tif"))
return true;
return false;