Bullet bump up to version 2.88
add preliminary support to import btMultiBody from a .bullet file (will help save/restore state) fix some Windows char/widechar issues
This commit is contained in:
@@ -440,7 +440,7 @@ void Win32Window::setWindowTitle(const char* titleChar)
|
||||
{
|
||||
|
||||
#ifdef _WIN64
|
||||
SetWindowText(m_data->m_hWnd, titleChar);
|
||||
SetWindowTextA(m_data->m_hWnd, titleChar);
|
||||
#else
|
||||
DWORD dwResult;
|
||||
SendMessageTimeout(m_data->m_hWnd, WM_SETTEXT, 0,
|
||||
|
||||
Reference in New Issue
Block a user