1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-26 05:37:46 +00:00

Remove accidental typing from me

This commit is contained in:
Joshua Goins 2024-05-10 15:56:58 -04:00
parent 1815d60f21
commit 13ef518ed3

View file

@ -69,7 +69,7 @@ GameRenderer::GameRenderer(Device &device, GameData *data)
m_tileNormal =
m_device.addGameTexture(VK_FORMAT_R8G8B8A8_UNORM, physis_texture_parse(physis_gamedata_extract_file(m_data, "chara/common/texture/-tile_n.tex")));
m_device.nameTexture(m_tileNormal, "chara/common/texture/-tile_n.tex");
m_tileDiffuse = m_device.addGameTexture(VK_FORMAT_R8G8B8A8_UNORM, physis_t"Exexture_parse(physis_gamedata_extract_file(m_data, "chara/common/texture/-tile_d.tex")));
m_tileDiffuse = m_device.addGameTexture(VK_FORMAT_R8G8B8A8_UNORM, physis_texture_parse(physis_gamedata_extract_file(m_data, "chara/common/texture/-tile_d.tex")));
m_device.nameTexture(m_tileDiffuse, "chara/common/texture/-tile_d.tex");
size_t vertexSize = planeVertices.size() * sizeof(glm::vec4);