瀏覽代碼

Removed a couple of TODOs

pull/102/head
Ray 9 年之前
父節點
當前提交
0dfc7fffff
共有 2 個檔案被更改,包括 0 行新增3 行删除
  1. +0
    -2
      src/gestures.c
  2. +0
    -1
      src/rlgl.c

+ 0
- 2
src/gestures.c 查看文件

@ -155,8 +155,6 @@ void ProcessGestureEvent(GestureEvent event)
dragDistance = Vector2Distance(touchDownPosition, touchUpPosition);
dragIntensity = dragDistance/(float)((GetCurrentTime() - swipeTime));
// TODO: Make getures detection resolution independant
startMoving = false;
// Detect GESTURE_SWIPE

+ 0
- 1
src/rlgl.c 查看文件

@ -1611,7 +1611,6 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height)
}
// Get world coordinates from screen coordinates
// TODO: It doesn't work! It drives me crazy!
// NOTE: Using global variables: screenWidth, screenHeight
Vector3 rlglUnproject(Vector3 source, Matrix proj, Matrix view)
{

||||||
x
 
000:0
Loading…
取消
儲存