summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-12-07 03:52:11 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-12-07 03:52:11 +0000
commit044fbcbf70c685cdae12e72f098c6ef391b80ad8 (patch)
tree9590411655d6c0c379fa1498ed07ccc06da4f82a /Graphics
parentFixed release build (diff)
downloadDiligentCore-044fbcbf70c685cdae12e72f098c6ef391b80ad8.tar.gz
DiligentCore-044fbcbf70c685cdae12e72f098c6ef391b80ad8.zip
Fixed debug build error
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
index 4c5a6a35..7aaeaca4 100644
--- a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
+++ b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h
@@ -331,7 +331,7 @@ public:
if (IsEmpty())
{
// Reset current alignment
- VERIFY_EXPR(DbgGetNumFreeBlocks() == 1);
+ VERIFY_EXPR(GetNumFreeBlocks() == 1);
ResetCurrAlignment();
}