Empty-string anim queues are now allowed
This commit is contained in:
@@ -12,13 +12,6 @@
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
util::SharedStdString AnimQueue::blankqueue_;
|
||||
|
||||
void AnimQueue::initialize_module() {
|
||||
AnimQueue queue;
|
||||
blankqueue_ = queue.get_encoded_queue();
|
||||
}
|
||||
|
||||
static int64_t hash_encstep(int64_t prev, std::string_view s) {
|
||||
// We drop the most significant bit to ensure that the value
|
||||
// can be represented as a nonnegative int64.
|
||||
|
||||
Reference in New Issue
Block a user