mirror of
https://github.com/SFML/SFML.git
synced 2025-02-23 14:56:02 +08:00
Remove redundant initializer
This commit is contained in:
parent
533992b6f3
commit
bf3e151d0c
@ -338,7 +338,7 @@ void threadFunction()
|
||||
{
|
||||
std::vector<sf::Vertex> vertices(resolution.x * rowBlockSize * 6);
|
||||
|
||||
WorkItem workItem = {nullptr, 0};
|
||||
WorkItem workItem;
|
||||
|
||||
// Loop until the application exits
|
||||
for (;;)
|
||||
|
Loading…
x
Reference in New Issue
Block a user