terrain quilting scaling fix
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ pub fn move_cursor(
|
||||
for mut transform in query.iter_mut() {
|
||||
let (camera, camera_transform) = *camera_query;
|
||||
|
||||
let Ok(window) = windows.get_single() else {
|
||||
let Ok(window) = windows.single() else {
|
||||
return;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user