mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 21:27:45 +00:00
Remove accidental typing from me
This commit is contained in:
parent
1815d60f21
commit
13ef518ed3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue