Erwan
- fix issue 36 (Life points hidden by big card)
This commit is contained in:
@@ -169,5 +169,5 @@ int DuelLayers::receiveEvent(WEvent * e){
|
||||
|
||||
float DuelLayers::RightBoundary()
|
||||
{
|
||||
return hand->LeftBoundary();
|
||||
return MIN (hand->LeftBoundary(), avatars->LeftBoundarySelf());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user