瀏覽代碼

No need for "LOGO_RECS_SIDE" maybe an artifact? (#1236)

Game will not compile with those four lines of code.
pull/1244/head
Rfaile313 4 年之前
committed by GitHub
父節點
當前提交
845596c30a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增6 行删除
  1. +1
    -6
      templates/advance_game/screens/screen_logo.c

+ 1
- 6
templates/advance_game/screens/screen_logo.c 查看文件

@ -64,11 +64,6 @@ void InitLogoScreen(void)
logoPositionX = GetScreenWidth()/2 - 128;
logoPositionY = GetScreenHeight()/2 - 128;
topSideRecWidth = LOGO_RECS_SIDE;
leftSideRecHeight = LOGO_RECS_SIDE;
bottomSideRecWidth = LOGO_RECS_SIDE;
rightSideRecHeight = LOGO_RECS_SIDE;
for (int i = 0; i < 8; i++) raylib[i] = '\0';
state = 0;
@ -206,4 +201,4 @@ void UnloadLogoScreen(void)
int FinishLogoScreen(void)
{
return finishScreen;
}
}

Loading…
取消
儲存