Skip to content

Commit 32cb50f

Browse files
committed
updates
1 parent 7b3477b commit 32cb50f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
platform:
7878
- { name: 'Fedora (docker)', docker: 'fedora:rawhide', linux: true,
7979
prepare: 'sudo dnf install -y gcc g++ cmake' }
80-
- { name: 'Ubuntu (docker)', docker: 'ubuntu:23.04', linux: true,
80+
- { name: 'Ubuntu (docker)', docker: 'ubuntu:24.10', linux: true,
8181
prepare: 'apt-get update -y && apt-get install -y build-essential cmake' }
8282
- { name: 'vita', docker: 'vitasdk/vitasdk:latest', cmake-toolchain-file: '/usr/local/vitasdk/share/vita.toolchain.cmake', vendored: true, no-sdl-net: true,
8383
prepare: 'apk update && apk add cmake ninja pkgconf tar nodejs git' } # cmake-toolchain-file: ${{ env.VITASDK }}/share/vita.toolchain.cmake',

main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ int main(int argc, char *argv[]) {
7171
window = state->windows[0];
7272
renderer = state->renderers[0];
7373

74-
IMG_Init(0);
7574
TTF_Init();
7675
#ifdef WITH_SDLNET
7776
SDLNet_Init();

0 commit comments

Comments
 (0)