res change
This commit is contained in:
parent
7ceb7695c4
commit
bd06213ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ void ARC_EngineData_Create(ARC_EngineData **data){
|
|||
return;
|
||||
}
|
||||
|
||||
windowInfo = (ARC_WindowInfo){ "title", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 2560, 1440, 0 };
|
||||
windowInfo = (ARC_WindowInfo){ "title", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 720, 480, 0 };
|
||||
#endif // ARC_SDL
|
||||
|
||||
ARC_Window_Create(&((*data)->window), &windowInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue