Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1724699

Browse files
authored
Update engine.cpp
1 parent e2e8817 commit 1724699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace tkge
1212
_renderPass.set_color_target();
1313
// TEST
1414
const auto myTextDocument = this->GetAssetLoader().LoadAsset<tkge::Assets::TextAsset>("hello.txt");
15-
std::println("Document content = '{}'", myTextDocument->text());
15+
std::println("Document content = '{}'", myTextDocument->Text());
1616
}
1717

1818
glm::ivec2 Engine::FramebufferSize() const { return kvf::util::to_glm_vec<int>(_renderDevice.get_framebuffer_extent()); }

0 commit comments

Comments
 (0)