mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix shutdown
This commit is contained in:
parent
7eb25a0534
commit
c5a72056e7
@ -120,7 +120,7 @@ namespace arxan
|
||||
{
|
||||
if (function == "SetThreadContext")
|
||||
{
|
||||
return set_thread_context_stub;
|
||||
//return set_thread_context_stub;
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
|
@ -47,7 +47,7 @@ namespace branding
|
||||
ui_get_formatted_build_number_hook.create(
|
||||
SELECT_VALUE(0x14035B3F0, 0x1404A8950), ui_get_formatted_build_number_stub);
|
||||
|
||||
scheduler::loop([]()
|
||||
/*scheduler::loop([]()
|
||||
{
|
||||
const auto x = 4;
|
||||
const auto y = 4;
|
||||
@ -62,7 +62,7 @@ namespace branding
|
||||
game::R_AddCmdDrawText(text, 0x7FFFFFFF, font, static_cast<float>(x),
|
||||
y + static_cast<float>(font->pixelHeight) * scale,
|
||||
scale, scale, 0.0f, color, 0);
|
||||
}, scheduler::pipeline::renderer);
|
||||
}, scheduler::pipeline::renderer);*/
|
||||
}
|
||||
};
|
||||
} // namespace branding
|
||||
|
Loading…
Reference in New Issue
Block a user