Typo in text overlay
This commit is contained in:
parent
360ce4281e
commit
6344a0e016
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ public:
|
|||
#if defined(__ANDROID__)
|
||||
textOverlay->addText("Press \"Button A\" to toggle render targets", 5.0f, 85.0f, VulkanTextOverlay::alignLeft);
|
||||
#else
|
||||
textOverlay->addText("Press \"d\" to to toggle render targets", 5.0f, 85.0f, VulkanTextOverlay::alignLeft);
|
||||
textOverlay->addText("Press \"d\" to toggle render targets", 5.0f, 85.0f, VulkanTextOverlay::alignLeft);
|
||||
#endif
|
||||
// Render targets
|
||||
if (debugDisplay)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue