mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Cleanup.
This commit is contained in:
4
3rdparty/ocornut-imgui/widgets/file_list.inl
vendored
4
3rdparty/ocornut-imgui/widgets/file_list.inl
vendored
@@ -16,7 +16,7 @@ namespace ImGui
|
||||
|
||||
void ImFileList::ChDir(const char* path)
|
||||
{
|
||||
#if BX_PLATFORM_NACL
|
||||
#if BX_PLATFORM_NACL || BX_PLATFORM_PS4
|
||||
BX_UNUSED(path);
|
||||
#else
|
||||
DIR* dir = opendir(path);
|
||||
@@ -47,7 +47,7 @@ namespace ImGui
|
||||
|
||||
closedir(dir);
|
||||
}
|
||||
#endif // BX_PLATFORM_NACL
|
||||
#endif // BX_PLATFORM_NACL || BX_PLATFORM_PS4
|
||||
}
|
||||
|
||||
void ImFileList::Draw()
|
||||
|
||||
Reference in New Issue
Block a user