This commit is contained in:
iProgramInCpp
2023-08-25 20:08:46 +03:00
parent cbe1853144
commit c177af0ad0

View File

@@ -287,7 +287,7 @@ Texture AppPlatform_sdl::loadTexture(const std::string& path, bool b)
#ifndef __EMSCRIPTEN__
std::vector<std::string> AppPlatform_windows::getOptionStrings()
std::vector<std::string> AppPlatform_sdl::getOptionStrings()
{
std::vector<std::string> o;