dusting off more
This commit is contained in:
parent
aedb1c2a7e
commit
a52cb93d78
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ pre :: Affection UserData ()
|
||||||
pre = do
|
pre = do
|
||||||
ad <- A.get
|
ad <- A.get
|
||||||
ud <- getAffection
|
ud <- getAffection
|
||||||
-- _ <- SDL.glSetAttribute SDL.SDL_GL_SHARE_WITH_CURRENT_CONTEXT 1
|
|
||||||
threadCtx <- SDL.glCreateContext (drawWindow ad)
|
threadCtx <- SDL.glCreateContext (drawWindow ad)
|
||||||
SDL.glMakeCurrent (drawWindow ad) (glContext ad)
|
SDL.glMakeCurrent (drawWindow ad) (glContext ad)
|
||||||
let Subsystems w m k j = subsystems ud
|
let Subsystems w m k j = subsystems ud
|
||||||
|
|
Loading…
Reference in a new issue