mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
print_vector_on add space after separator
This commit is contained in:
parent
24123f3b06
commit
325f6b2356
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace detail
|
|||
{
|
||||
os << std::setw(static_cast<int>(fmt.width)) << a[i];
|
||||
if(components-1 != i)
|
||||
os << fmt.separator;
|
||||
os << fmt.separator << fmt.space;
|
||||
}
|
||||
|
||||
os << fmt.delim_right;
|
||||
|
|
Loading…
Add table
Reference in a new issue