shakesoda was right.
This commit is contained in:
+1
-3
@@ -851,9 +851,7 @@ public:
|
|||||||
* @return true if the row can be judged, false otherwise. */
|
* @return true if the row can be judged, false otherwise. */
|
||||||
bool IsJudgableAtRow( int row ) const
|
bool IsJudgableAtRow( int row ) const
|
||||||
{
|
{
|
||||||
if (IsWarpAtRow(row)) return false;
|
return !(IsWarpAtRow(row) || IsFakeAtRow(row));
|
||||||
if (IsFakeAtRow(row)) return false;
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @brief Determine if this notes on this beat can be judged.
|
* @brief Determine if this notes on this beat can be judged.
|
||||||
|
|||||||
Reference in New Issue
Block a user