1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Made a further attempt to prevent overwrites.

This commit is contained in:
Thomas Harte 2017-02-05 17:47:34 -05:00
parent f2437cb257
commit 23f3ccd77a

View File

@ -196,5 +196,6 @@ void TextureBuilder::flush(const std::function<void(const std::vector<WriteArea>
}
did_submit_ = false;
has_write_area_ = false;
number_of_write_areas_ = 0;
}