mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-20 18:18:20 +00:00
Fixing BASISU_DEVEL_MESSAGES for MSVC.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
#define BASISU_STRINGIZE2(x) BASISU_STRINGIZE(x)
|
||||
|
||||
#if BASISU_DEVEL_MESSAGES
|
||||
#define BASISU_DEVEL_ERROR(args...) do { basisu::debug_printf(args); } while(0)
|
||||
#define BASISU_DEVEL_ERROR(...) do { basisu::debug_printf(__VA_ARGS__); } while(0)
|
||||
#else
|
||||
#define BASISU_DEVEL_ERROR(...)
|
||||
#endif
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#pragma once
|
||||
|
||||
// Set BASISU_DEVEL_MESSAGES to 1 to enable debug printf()'s whenever an error occurs, for easier debugging during development.
|
||||
//#define BASISU_DEVEL_MESSAGES 0
|
||||
//#define BASISU_DEVEL_MESSAGES 1
|
||||
|
||||
#include "basisu_transcoder_internal.h"
|
||||
#include "basisu_global_selector_palette.h"
|
||||
|
||||
Reference in New Issue
Block a user