mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
it's not a bad idea to store the value in the right variable...
This commit is contained in:
parent
112d137add
commit
38d2366a71
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace NLGUI
|
||||||
{
|
{
|
||||||
sint64 i;
|
sint64 i;
|
||||||
if( fromString( value, i ) )
|
if( fromString( value, i ) )
|
||||||
_Divisor = i;
|
_Modulo = i;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue