mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-21 18:29:57 +00:00
Signals can throw exceptions.
This commit is contained in:
parent
ad45dadb0b
commit
6d7fc70810
@ -14,7 +14,7 @@ namespace EightBit {
|
||||
|
||||
[[nodiscard]] constexpr auto cycles() const noexcept { return m_cycles; }
|
||||
|
||||
void tick(int extra = 1) noexcept {
|
||||
void tick(int extra = 1) {
|
||||
for (int i = 0; i < extra; ++i) {
|
||||
++m_cycles;
|
||||
Ticked.fire();
|
||||
|
Loading…
Reference in New Issue
Block a user