further small reframer fixes, workaround distortion bug by wrapping sdl

input with reframer (magic fix, someone pls tell my why)
This commit is contained in:
2024-10-01 18:30:20 +02:00
parent 45e6fe0033
commit 0039340fd5
4 changed files with 49 additions and 38 deletions

View File

@@ -81,15 +81,9 @@ int main(void) {
}
stream.push(f1);
{
auto ret_opt = stream.pop();
assert(!ret_opt);
}
// push the other half
stream.push(f2);
// supposed to combine both
auto ret_opt = stream.pop();
assert(ret_opt);