Skip to content

Commit 455e5c6

Browse files
nahiimAnastaZIuk
authored andcommitted
init app
1 parent 71d155e commit 455e5c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ndt/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ class ShaderCompiler final : public system::IApplicationFramework
3434

3535
bool onAppInitialized(smart_refctd_ptr<ISystem>&& system) override
3636
{
37+
if (!base_t::onAppInitialized(std::move(system)))
38+
return false;
39+
3740
auto argc = argv.size();
3841

3942
core::vector<std::string> arguments(argv + 1, argv + argc);

0 commit comments

Comments
 (0)