mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
Update Utility.cpp
reduce stack size, it conflicts with some in-house build systems/compiler limits.
This commit is contained in:
parent
7e08e960a1
commit
8a85b3b697
@ -16,7 +16,7 @@ using namespace Gwen;
|
||||
|
||||
UnicodeString Gwen::Utility::Format( const wchar_t* fmt, ... )
|
||||
{
|
||||
wchar_t strOut[ 4096 ];
|
||||
wchar_t strOut[ 2048 ];
|
||||
|
||||
va_list s;
|
||||
va_start( s, fmt );
|
||||
|
Loading…
Reference in New Issue
Block a user