You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDL does not set initialize state for the Integer type
Description:
The default constructor of Interger class assigns the min value
for the wrapped variable, hoowever it keeps the initialize state us Uninitialized. So in case when latter user apply such operations as ++, += the value will be changed but the state is not.
Expected Behavior
SDL does set initialize state for the Integer type
Observed Behavior
OS & Version Information
OS/Version:
SDL Core Version:
Testing Against:
The text was updated successfully, but these errors were encountered:
jacobkeeler
changed the title
SDL does not set initialize state for the Interger type
SDL does not set initialize state for the Integer type
Apr 15, 2021
Bug Report
SDL does not set initialize state for the Integer type
Description:
The default constructor of Interger class assigns the min value
for the wrapped variable, hoowever it keeps the initialize state us
Uninitialized
. So in case when latter user apply such operations as++
,+=
the value will be changed but the state is not.Expected Behavior
SDL does set initialize state for the Integer type
Observed Behavior
OS & Version Information
The text was updated successfully, but these errors were encountered: