计算积分
This commit is contained in:
@@ -29,8 +29,6 @@ export class DOBlock {
|
||||
public set_show(show: number): void {
|
||||
this.data.show = show
|
||||
this.checked = show == this.get_correct()
|
||||
if (this.checked == false)
|
||||
this.set_score(0)
|
||||
StorageManager.getInstance().onStageChanged()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user