More actions

This commit is contained in:
Zachary Yedidia
2018-08-28 23:30:39 -04:00
parent 7d87e6db99
commit 31fb3f2df2
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()