You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Fixes a crash caused when attempting to ‘quit’ the launcher from the debug console. The change simply ensures that the underlying font data the OnRenderTick() function relies on has not yet been released from memory. Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com> * Fixes a crash caused when attempting to ‘quit’ the launcher from the debug console. An object created on the heap was never deleted, causing a chain reaction. Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com> * Some quick clean-up for safety. Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com> * Changes !defined(DEDICATED_SERVER) to a runtime check since macro is no longer defined. Signed-off-by: ffarahmand-DPS <ffarahmand@digitalpilgrims.com> |
4 years ago | |
|---|---|---|
| .. | ||
| DebugCamera.cpp | 4 years ago | |
| DebugCamera.h | 5 years ago | |
| View.cpp | 4 years ago | |
| View.h | 4 years ago | |
| ViewSystem.cpp | 4 years ago | |
| ViewSystem.h | 4 years ago | |