return
This commit is contained in:
parent
5e74690e49
commit
d45bbd84cf
@ -21,7 +21,7 @@ namespace try_engine::app_event
|
||||
for (const auto layer : l_stack)
|
||||
{
|
||||
std::thread th {
|
||||
[&]() {
|
||||
[=]() {
|
||||
layer->on_event(type, value);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user