Skip to content

Commit

Permalink
Removed "Direct3D12" default module entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Oct 11, 2016
1 parent 922e9fd commit dd989a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Renderer/RenderSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ std::vector<std::string> RenderSystem::FindModules()
const std::vector<std::string> knownModules
{
#ifdef _WIN32
/*"Direct3D12", */"Direct3D11",
"Direct3D11",
#endif
#ifdef __APPLE__
"Metal",
Expand Down

0 comments on commit dd989a8

Please sign in to comment.