Typo in text overlay

This commit is contained in:
saschawillems 2016-06-04 08:47:38 +02:00
parent 360ce4281e
commit 6344a0e016

View file

@ -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)