mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-25 11:30:06 +00:00
fix typos to allow gltouchjoy to build
This commit is contained in:
parent
737f6c5a13
commit
e2794070dd
@ -677,11 +677,11 @@ static void _init_gltouchjoy(void) {
|
||||
joydriver_setTouchAxisValues = &gltouchjoy_setTouchAxisValues;
|
||||
|
||||
glnode_registerNode(RENDER_LOW, (GLNode){
|
||||
.setup = &gltouchjoy_setup;
|
||||
.shutdown = &gltouchjoy_shutdown;
|
||||
.render = &gltouchjoy_render;
|
||||
.reshape = &gltouchjoy_reshape;
|
||||
.onTouchEvent = &gltouchjoy_onTouchEvent;
|
||||
.setup = &gltouchjoy_setup,
|
||||
.shutdown = &gltouchjoy_shutdown,
|
||||
.render = &gltouchjoy_render,
|
||||
.reshape = &gltouchjoy_reshape,
|
||||
.onTouchEvent = &gltouchjoy_onTouchEvent,
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user