More actions

This commit is contained in:
Zachary Yedidia
2018-08-28 23:30:39 -04:00
parent de6ee879f4
commit d9b875f9df
6 changed files with 103 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ func Unlock() {
var screenWasNil bool
func TempFini() {
screenWasNil := Screen == nil
screenWasNil = Screen == nil
if !screenWasNil {
Lock()