mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 11:23:52 +00:00
Fixed one more undefined defines errors.
This commit is contained in:
@@ -984,7 +984,7 @@ void freeDemoData(struct NVGcontext* vg, struct DemoData* data)
|
||||
nvgDeleteImage(vg, data->images[i]);
|
||||
}
|
||||
|
||||
#if _MSC_VER < 1800
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1800)
|
||||
inline float round(float _f)
|
||||
{
|
||||
return float(int(_f) );
|
||||
|
||||
Reference in New Issue
Block a user