このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Fix Emscripten Closure compiler error: undeclared canvas variable
pull/5507/head
Viktor Demčák
1週間前
親
c610d228a2
コミット
77537c87a9
署名の抽出に失敗しました
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/platforms/rcore_web.c
+1
-1
src/platforms/rcore_web_emscripten.c
+ 1
- 1
src/platforms/rcore_web.c
ファイルの表示
@ -321,7 +321,7 @@ void ToggleBorderlessWindowed(void)
Module
.
requestFullscreen
(
false
,
true
)
;
setTimeout
(
function
(
)
{
canvas
.
style
.
width
=
"
unset
"
;
document
.
getElementById
(
"
canvas
"
)
.
style
.
width
=
"
unset
"
;
}
,
100
)
;
}
,
100
)
;
)
;
+ 1
- 1
src/platforms/rcore_web_emscripten.c
ファイルの表示
@ -285,7 +285,7 @@ void ToggleBorderlessWindowed(void)
Module
.
requestFullscreen
(
false
,
true
)
;
setTimeout
(
function
(
)
{
canvas
.
style
.
width
=
"
unset
"
;
document
.
getElementById
(
"
canvas
"
)
.
style
.
width
=
"
unset
"
;
}
,
100
)
;
}
,
100
)
;
)
;
書き込み
プレビュー
読み込み中…
キャンセル
保存