ソースを参照

Fix 4coder project template (#2616)

pull/2617/head
Angga Permana 3年前
committed by GitHub
コミット
e06ed6c608
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      projects/4coder/main.c

+ 0
- 1
projects/4coder/main.c ファイルの表示

@ -12,7 +12,6 @@ int main() {
cam.target = (Vector3){ 0.0f, 0.0f, 0.0f };
cam.up = (Vector3){ 0.0f, 1.f, 0.0f };
cam.fovy = 60.0f;
cam.type = CAMERA_PERSPECTIVE;
Vector3 cubePos = { 0.0f, 0.0f, 0.0f };

読み込み中…
キャンセル
保存