Successfully read in file

This commit is contained in:
2023-03-27 20:43:18 +02:00
parent 50eaedde6a
commit 206c95f295
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() {