Merge pull request #580 from ardrabczyk/typo

Fix typo: Dsiplay->Display
This commit is contained in:
Sascha Willems 2019-12-21 13:49:13 +01:00 committed by GitHub
commit e18d428249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -675,7 +675,7 @@ public:
if (overlay->checkBox("Radial blur", &blur)) { if (overlay->checkBox("Radial blur", &blur)) {
buildCommandBuffers(); buildCommandBuffers();
} }
if (overlay->checkBox("Dsiplay render target", &displayTexture)) { if (overlay->checkBox("Display render target", &displayTexture)) {
buildCommandBuffers(); buildCommandBuffers();
} }
} }