mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Remove unnecessary argument
This commit is contained in:
parent
3d4a5f9399
commit
277a311966
@ -2565,7 +2565,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// NOLINTBEGIN(readability-identifier-naming)
|
// NOLINTBEGIN(readability-identifier-naming)
|
||||||
sf::WindowBase window{sf::VideoMode({800, 600}), "SFML window with Vulkan", sf::Style::Default};
|
sf::WindowBase window{sf::VideoMode({800, 600}), "SFML window with Vulkan"};
|
||||||
|
|
||||||
bool vulkanAvailable{sf::Vulkan::isAvailable()};
|
bool vulkanAvailable{sf::Vulkan::isAvailable()};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user