Преглед на файлове

Minor tweak

pull/1967/head
Ray преди 3 години
родител
ревизия
68bcfa1192
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      examples/textures/textures_image_loading.c

+ 1
- 1
examples/textures/textures_image_loading.c Целия файл

@ -26,8 +26,8 @@ int main(void)
Image image = LoadImage("resources/raylib_logo.png"); // Loaded in CPU memory (RAM)
Texture2D texture = LoadTextureFromImage(image); // Image converted to texture, GPU memory (VRAM)
UnloadImage(image); // Once image has been converted to texture and uploaded to VRAM, it can be unloaded from RAM
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
//---------------------------------------------------------------------------------------

||||||
x
 
000:0
Зареждане…
Отказ
Запис