Merge branch 'master' of github.com:nem0/LumixEngine
This commit is contained in:
commit
d07607f5dd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
while (*lhs && *rhs && !isWhitespace(*rhs) && lhs != end)
|
||||
while (*rhs && !isWhitespace(*rhs) && lhs != end)
|
||||
{
|
||||
*lhs = *rhs;
|
||||
++lhs;
|
||||
|
|
Loading…
Reference in a new issue