Major Update - Texture Change

This commit is contained in:
2024-09-29 13:57:26 +02:00
parent bbbea117c3
commit 68e460c5df
30 changed files with 105 additions and 74 deletions

View File

@@ -205,7 +205,7 @@ void imguiManager::WidgetObjectWindow(ApplicationClass* app)
ofn.lpstrFile = szFile;
ofn.lpstrFile[0] = '\0';
ofn.nMaxFile = sizeof(szFile);
ofn.lpstrFilter = L"Texture\0*.tga\0";
ofn.lpstrFilter = L"Texture\0*.png\0";
ofn.nFilterIndex = 1;
ofn.lpstrFileTitle = NULL;
ofn.nMaxFileTitle = 0;