소스 검색

Corrected literal value

pull/76/head
raysan5 10 년 전
부모
커밋
a640503119
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/textures_rectangle.c

+ 1
- 1
examples/textures_rectangle.c 파일 보기

@ -23,7 +23,7 @@ int main()
// NOTE: Textures MUST be loaded after Window initialization (OpenGL context is required)
Texture2D guybrush = LoadTexture("resources/guybrush.png"); // Texture loading
Vector2 position = { i">350, 240 };
Vector2 position = { f">350.0f, 240.0f };
Rectangle frameRec = { 0, 0, guybrush.width/7, guybrush.height };
int currentFrame = 0;
//--------------------------------------------------------------------------------------

불러오는 중...
취소
저장