Skip to content

Commit fa1a416

Browse files
app.h v0.7 use glTexSubImage2D in present, renamed data_t, docs improvement, wasm title fix
1 parent 2ad4b87 commit fa1a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Here's a basic sample program which starts a windowed app and plots random pixel
222222
}
223223
224224
int main( int argc, char** argv ) {
225-
return app_run( app_proc, NULL, NULL, NULL, NULL );
225+
return app_run( app_proc, NULL, NULL, NULL );
226226
}
227227
228228
// pass-through so the program will build with either /SUBSYSTEM:WINDOWS or /SUBSYSTEM:CONSOLE

0 commit comments

Comments
 (0)