mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-28 09:34:20 +00:00
feat: debugger additions
Add type field for links in flash Add warning level for dangerous buttons fix uninitialzied memory with jetpack variable remove a bunch of duplicated position push code tested that the ui is still functional and components with multiple physics components have all their details visible. tested that jetpack is initialized now
This commit is contained in:
@@ -328,7 +328,7 @@ private:
|
||||
/**
|
||||
* The effect that plays while using the jetpack
|
||||
*/
|
||||
int32_t m_JetpackEffectID;
|
||||
int32_t m_JetpackEffectID{};
|
||||
|
||||
/**
|
||||
* The current speed multiplier, allowing an entity to run faster
|
||||
|
||||
Reference in New Issue
Block a user