Fix typo: Dsiplay->Display

This commit is contained in:
Arkadiusz Drabczyk 2019-05-18 15:21:34 +02:00
parent b2add91d2c
commit aa86b610be

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();
} }
} }