mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fix typo in BGFX_CONFIG_MAX_COLOR_PALETTE config override (#1914)
This commit is contained in:
committed by
Бранимир Караџић
parent
462f803cb6
commit
b71cea176b
@@ -311,9 +311,9 @@ BX_STATIC_ASSERT(bx::isPowerOf2(BGFX_CONFIG_MAX_VIEWS), "BGFX_CONFIG_MAX_VIEWS m
|
||||
# define BGFX_CONFIG_MAX_INSTANCE_DATA_COUNT 5
|
||||
#endif // BGFX_CONFIG_MAX_INSTANCE_DATA_COUNT
|
||||
|
||||
#ifndef BGFX_CONFIG_MAX_CLEAR_COLOR_PALETTE
|
||||
#ifndef BGFX_CONFIG_MAX_COLOR_PALETTE
|
||||
# define BGFX_CONFIG_MAX_COLOR_PALETTE 16
|
||||
#endif // BGFX_CONFIG_MAX_CLEAR_COLOR_PALETTE
|
||||
#endif // BGFX_CONFIG_MAX_COLOR_PALETTE
|
||||
|
||||
#define BGFX_CONFIG_DRAW_INDIRECT_STRIDE 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user