Permalink
File 2 of 2 in
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed crash:
#include <SDL.h> int main(int argc, char** argv) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN); SDL_ShowCursor(SDL_DISABLE); SDL_Delay(1000); SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN | SDL_OPENGL); SDL_Quit(); printf("Everything okay\n"); }
- Loading branch information
File 2 of 2 in
0b9a5b1
Previous
Next
Previous
Next
Oops, something went wrong.