billboard example error fix + string wrapper first implementation
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenVulkano
|
||||
|
||||
void GraphicsAppManager::UpdateCappedFpsInfo(int32_t newFpsCap)
|
||||
{
|
||||
if (newFpsCap < 0)
|
||||
if (newFpsCap <= 0)
|
||||
{
|
||||
cappedFrameTime = std::chrono::microseconds(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user