Explorar o código

Merge branch 'master' of github.com:bkaradzic/bgfx

Branimir Karadžić %!s(int64=7) %!d(string=hai) anos
pai
achega
e7c7a84918
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      3rdparty/dear-imgui/imconfig.h

+ 1 - 1
3rdparty/dear-imgui/imconfig.h

@@ -15,7 +15,7 @@
 
 
 //---- Define assertion handler. Defaults to calling assert().
 //---- Define assertion handler. Defaults to calling assert().
 #include <assert.h>
 #include <assert.h>
-#define IM_ASSERT(_EXPR, ...) assert(_EXPR)
+#define IM_ASSERT(_EXPR) assert(_EXPR)
 
 
 //---- Define attributes of all API symbols declarations, e.g. for DLL under Windows.
 //---- Define attributes of all API symbols declarations, e.g. for DLL under Windows.
 //#define IMGUI_API __declspec( dllexport )
 //#define IMGUI_API __declspec( dllexport )