1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-27 03:48:21 +01:00

WIP improving text rendering

This commit is contained in:
DanyLE 2022-03-06 12:12:31 +01:00
parent 26f37860e3
commit a751a6a6d3

View File

@ -64,7 +64,6 @@ DiyaBoot >> createWindow [
{ #category : #events }
DiyaBoot >> init [
| status |
FFIMethodRegistry resetAll.
SDL2 setHint: 'SDL_RENDER_DRIVER' value: 'opengles2'.
status := SDL2 init: SDL_INIT_EVERYTHING.
status = 0