Renamee IOPort 2 functions to original
This commit is contained in:
@@ -40,7 +40,7 @@ namespace JabyEngine {
|
||||
|
||||
public:
|
||||
inline uint16_t get_current_value() const {
|
||||
return this->value.read().get2(CounterValue::Value);
|
||||
return this->value.read().get(CounterValue::Value);
|
||||
}
|
||||
|
||||
inline void set_target_value(uint16_t value) {
|
||||
|
Reference in New Issue
Block a user