Successfully read in file
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user