Remove redundant initializer

This commit is contained in:
Chris Thrasher 2024-10-26 09:49:52 -06:00
parent 533992b6f3
commit bf3e151d0c
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -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 (;;)