修复Image路径问题

This commit is contained in:
Nomango 2018-05-29 21:54:34 +08:00
parent 4248653537
commit 08d804475d
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ bool e2d::Image::preload(const String& filePath)
// 保存图片指针和图片的 Hash 名
s_mBitmapsFromFile.insert(
std::map<size_t, ID2D1Bitmap*>::value_type(
actualFilePath.getHashCode(),
filePath.getHashCode(),
pBitmap)
);
}