diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 03:52:11 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 03:52:11 +0000 |
| commit | 044fbcbf70c685cdae12e72f098c6ef391b80ad8 (patch) | |
| tree | 9590411655d6c0c379fa1498ed07ccc06da4f82a /Graphics | |
| parent | Fixed release build (diff) | |
| download | DiligentCore-044fbcbf70c685cdae12e72f098c6ef391b80ad8.tar.gz DiligentCore-044fbcbf70c685cdae12e72f098c6ef391b80ad8.zip | |
Fixed debug build error
Diffstat (limited to 'Graphics')
| -rw-r--r-- | Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h | 2 |
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(); } |
