Successfully read in file

This commit is contained in:
Jaby
2023-03-27 20:43:18 +02:00
parent 2582d6ea21
commit 0add2f5794
3 changed files with 9 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ namespace JabyEngine {
static constexpr auto WantData = Bit(7);
void want_data() {
this->raw_value = Self::set(Self::WantData);
this->raw_value = static_cast<uint8_t>(Self::WantData);
}
void reset() {