From cb36c7de7c913dcee790b318484b1c12c8936825 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 27 Dec 2017 22:07:38 -0800 Subject: Updated debug and error macros --- TextureLoader/src/DDSLoader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TextureLoader/src/DDSLoader.cpp') diff --git a/TextureLoader/src/DDSLoader.cpp b/TextureLoader/src/DDSLoader.cpp index 34a625a..12feffb 100644 --- a/TextureLoader/src/DDSLoader.cpp +++ b/TextureLoader/src/DDSLoader.cpp @@ -943,7 +943,7 @@ static void CreateTexture( { if (!pDevice || !initData) { - LOG_ERROR_AND_THROW("Invalid arguments") + LOG_ERROR_AND_THROW("Invalid arguments"); } @@ -1433,7 +1433,7 @@ void CreateDDSTextureFromMemoryEx( { if (texture) { - VERIFY( *texture == nullptr, "Overwriting reference to an existing object is unsafe") + VERIFY( *texture == nullptr, "Overwriting reference to an existing object is unsafe"); *texture = nullptr; } //if (textureView) -- cgit v1.2.3