소스 검색

add fixme about bug

Bastien Sevajol 3 년 전
부모
커밋
f1381cb55b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/scene/main.rs

+ 1 - 0
src/scene/main.rs 파일 보기

@@ -184,6 +184,7 @@ impl MainState {
184 184
                         .extend(self.get_scene_items_for_area(&scene_from, &scene_to));
185 185
                 }
186 186
                 UserEvent::RightClick(position) => {
187
+                    // FIXME BS NOW: il y a des probleme de position avec le offset !
187 188
                     if let Some(scene_item_usize) =
188 189
                         self.get_first_scene_item_for_position(&position)
189 190
                     {