Remove test code used for verifying debug text functionality on Vulkan

This commit is contained in:
2024-01-20 16:09:31 -08:00
parent 8795e1e402
commit b37acc1fd2

View File

@@ -657,9 +657,6 @@ void KRCamera::renderDebug(VkCommandBuffer& commandBuffer, KRSurface& surface)
}
}
// TODO - Test code for Vulkan conversion, remove once texture streaming working
szText = "Hello, earthlings!";
if (*szText) {
int row_count = 1;
const int MAX_TABS = 5;