Skip to content

Commit

Permalink
fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff committed Nov 4, 2024
1 parent 563249d commit c545473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace Ogre
}

LogManager::getSingleton().logMessage(
"PERFORMANCE WARNING: MetalDiscardBufferManager::growToFit must stall."
"PERFORMANCE WARNING: VulkanDiscardBufferManager::growToFit must stall."
"Consider increasing the default discard capacity to at least " +
StringConverter::toString( newCapacity ) + " bytes" );

Expand Down

0 comments on commit c545473

Please sign in to comment.