このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Update rtextures.c
pull/4175/head
Ray
1年前
親
fde0dcd0ab
コミット
474ab48f8b
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/rtextures.c
+ 1
- 1
src/rtextures.c
ファイルの表示
@ -1213,7 +1213,7 @@ Image GenImageText(int width, int height, const char *text)
{
Image
image
=
{
0
}
;
#
if
def SUPPORT_MODULE_RTEXT
#
if
defined(SUPPORT_MODULE_RTEXT)
int
textLength
=
TextLength
(
text
)
;
int
imageViewSize
=
width
*
height
;
書き込み
プレビュー
読み込み中…
キャンセル
保存