Commit 96f37354 authored by nanahira's avatar nanahira

format

parent 3e5b3dc5
...@@ -109,7 +109,7 @@ void ImageManager::RefreshRandomImageList() { ...@@ -109,7 +109,7 @@ void ImageManager::RefreshRandomImageList() {
RefreshJPGDir(L"cover/", TEXTURE_COVER_S); RefreshJPGDir(L"cover/", TEXTURE_COVER_S);
RefreshJPGDir(L"cover2/", TEXTURE_COVER_O); RefreshJPGDir(L"cover2/", TEXTURE_COVER_O);
RefreshPNGDir(L"attack/", TEXTURE_ATTACK); RefreshPNGDir(L"attack/", TEXTURE_ATTACK);
RefreshPNGDir(L"act/", TEXTURE_ACTIVATE); RefreshPNGDir(L"act/", TEXTURE_ACTIVATE);
} }
void ImageManager::RefreshPNGDir(std::wstring path, int image_type) { void ImageManager::RefreshPNGDir(std::wstring path, int image_type) {
WIN32_FIND_DATAW fdataw; WIN32_FIND_DATAW fdataw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment