summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-12-30 04:27:25 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-12-30 04:27:25 +0000
commit0af9dd576e89e40c4c93fab8b8d0bafcd7a67ed6 (patch)
tree0ea562e9ed1c15effefcf13cd84948a6fddab910
parentUpdated samples module (diff)
downloadDiligentEngine-0af9dd576e89e40c4c93fab8b8d0bafcd7a67ed6.tar.gz
DiligentEngine-0af9dd576e89e40c4c93fab8b8d0bafcd7a67ed6.zip
Updated core and samples
m---------DiligentCore0
m---------DiligentSamples0
-rw-r--r--Tests/test_all.bat2
3 files changed, 1 insertions, 1 deletions
diff --git a/DiligentCore b/DiligentCore
-Subproject 8b39976c6a289d4705c5a825a0e4632e79f74d0
+Subproject 2586d407886bb3ee178c69a9a62f58c9a123b4c
diff --git a/DiligentSamples b/DiligentSamples
-Subproject ef6521c89742e3ec62a91eb81b3aa9a5887fe8b
+Subproject 06d1b24ac6ae075632d315e3738471b27681b09
diff --git a/Tests/test_all.bat b/Tests/test_all.bat
index ac3e959..fc2d08c 100644
--- a/Tests/test_all.bat
+++ b/Tests/test_all.bat
@@ -17,7 +17,7 @@ if "%num_args%" LSS "3" (
echo Example:
echo test_all.bat c:\Projects\DiligentEngine\build\Win64 Debug c:\Projects\DiligentEngine\GoldenImages
echo.
- echo To capture golden images, replace 'capture' with 'compare' in the script below
+ echo To capture golden images, replace 'compare' with 'capture' in the script below
EXIT /B -1
)