mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
More sprintf and warning cleanup (#3540)
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com>
This commit is contained in:
@@ -938,9 +938,6 @@ VulkanRenderer2::startNextFrame()
|
||||
if (err != VK_SUCCESS)
|
||||
qFatal("Failed to map memory: %d", err);
|
||||
QMatrix4x4 m = m_proj;
|
||||
#if 0
|
||||
m.rotate(m_rotation, 0, 0, 1);
|
||||
#endif
|
||||
memcpy(p, m.constData(), 16 * sizeof(float));
|
||||
m_devFuncs->vkUnmapMemory(dev, m_bufMem);
|
||||
p = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user