Removed unused argument from KRTexture::getStreamLevel

This commit is contained in:
2025-11-16 23:29:15 -08:00
parent 8b04a84470
commit 112fdab9f5
4 changed files with 9 additions and 9 deletions

View File

@@ -630,7 +630,7 @@ void KRCamera::renderDebug(RenderInfo& ri)
m_debug_text_vbo_data.load(ri.commandBuffer);
KRTexture* fontTexture = m_fontTexture.get();
if (fontTexture->getStreamLevel(KRTexture::TEXTURE_USAGE_UI) != kraken_stream_level::STREAM_LEVEL_OUT) {
if (fontTexture->getStreamLevel() != kraken_stream_level::STREAM_LEVEL_OUT) {
PipelineInfo info{};
std::string shader_name("debug_font");