You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Added some obvious errors explanations
This commit is contained in:
@@ -340,7 +340,7 @@ bool MessageQueue::is_flushing() const {
|
||||
|
||||
MessageQueue::MessageQueue() {
|
||||
|
||||
ERR_FAIL_COND(singleton != NULL);
|
||||
ERR_FAIL_COND_MSG(singleton != NULL, "MessageQueue singleton already exist.");
|
||||
singleton = this;
|
||||
flushing = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user