Formatting.

This commit is contained in:
Jeff Young 2025-07-14 09:09:03 +01:00
parent 4bc0651a3e
commit da57c4aa74

View File

@ -89,10 +89,7 @@ bool VERTEX_MANAGER::Reserve( unsigned int aSize )
{
if( show_err_reserve )
{
DisplayError(
nullptr,
wxT( "VERTEX_MANAGER::Reserve: Did not use all previous vertices allocated" ) );
DisplayError( nullptr, wxT( "VERTEX_MANAGER::Reserve: Did not use all previous vertices allocated" ) );
show_err_reserve = false;
}
}