Fix typo: Dsiplay->Display
This commit is contained in:
parent
b2add91d2c
commit
aa86b610be
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ public:
|
|||
if (overlay->checkBox("Radial blur", &blur)) {
|
||||
buildCommandBuffers();
|
||||
}
|
||||
if (overlay->checkBox("Dsiplay render target", &displayTexture)) {
|
||||
if (overlay->checkBox("Display render target", &displayTexture)) {
|
||||
buildCommandBuffers();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue