d***@gmail.com
2017-11-24 00:07:36 UTC
OBNC 0.9.1
I was trying the XYplane module, and getting no output and no errors.
The problem is that OBNC is using double buffering in SDL 1.2 and a call to SDL_Flip(screen) is needed.
The call to Key does this, but seems non intuitive since the purpose of Key is to see if a keyboard key is pressed. After calling Key, the output appeared.
OBNC needs a new procedure in XYplane, such as Show or Flip to display the buffer.
I was trying the XYplane module, and getting no output and no errors.
The problem is that OBNC is using double buffering in SDL 1.2 and a call to SDL_Flip(screen) is needed.
The call to Key does this, but seems non intuitive since the purpose of Key is to see if a keyboard key is pressed. After calling Key, the output appeared.
OBNC needs a new procedure in XYplane, such as Show or Flip to display the buffer.