Cleanup: make format
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
|
|
||||||
#include "bvh/bvh.h"
|
#include "bvh/bvh.h"
|
||||||
|
|
||||||
#include "render/hair.h"
|
|
||||||
#include "render/curves.h"
|
#include "render/curves.h"
|
||||||
|
#include "render/hair.h"
|
||||||
#include "render/scene.h"
|
#include "render/scene.h"
|
||||||
|
|
||||||
CCL_NAMESPACE_BEGIN
|
CCL_NAMESPACE_BEGIN
|
||||||
|
|||||||
@@ -2093,7 +2093,8 @@ GHOST_TSuccess GHOST_SystemWin32::showMessageBox(const char *title,
|
|||||||
config.cbSize = sizeof(config);
|
config.cbSize = sizeof(config);
|
||||||
config.hInstance = 0;
|
config.hInstance = 0;
|
||||||
config.dwCommonButtons = 0;
|
config.dwCommonButtons = 0;
|
||||||
config.pszMainIcon = (dialog_options & GHOST_DialogError ? TD_ERROR_ICON :
|
config.pszMainIcon = (dialog_options & GHOST_DialogError ?
|
||||||
|
TD_ERROR_ICON :
|
||||||
dialog_options & GHOST_DialogWarning ? TD_WARNING_ICON :
|
dialog_options & GHOST_DialogWarning ? TD_WARNING_ICON :
|
||||||
TD_INFORMATION_ICON);
|
TD_INFORMATION_ICON);
|
||||||
config.pszWindowTitle = L"Blender";
|
config.pszWindowTitle = L"Blender";
|
||||||
|
|||||||
Reference in New Issue
Block a user