From c130cc89816efe722619e4277cb5b2e4cacc85d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 19 Jun 2018 21:09:44 -0700 Subject: [PATCH] Cleanup. --- include/bgfx/c99/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx/c99/bgfx.h b/include/bgfx/c99/bgfx.h index 605dd7fc1..b1acaaed8 100644 --- a/include/bgfx/c99/bgfx.h +++ b/include/bgfx/c99/bgfx.h @@ -640,7 +640,7 @@ typedef struct bgfx_init_s uint16_t vendorId; uint16_t deviceId; bool debug; - bool profiling; + bool profile; bgfx_resolution_t resolution; bgfx_init_limits_t limits;