Successfully read in file

This commit is contained in:
Jaby
2023-03-27 20:43:18 +02:00
committed by Jaby
parent 14a2cb70f1
commit cc14502c1f
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() {