Surely there was some debug code here that got debug macro'd away?
| 94 | |
| 95 | // Surely there was some debug code here that got debug macro'd away? |
| 96 | static void on_unpause() |
| 97 | { |
| 98 | if (inited) |
| 99 | { |
| 100 | return; |
| 101 | } |
| 102 | } |
| 103 | } // namespace |
| 104 | |
| 105 | void zhud::init() |