Removed console log
This commit is contained in:
parent
1c703edc26
commit
8cf13f88d6
@ -45,7 +45,6 @@ const isInitialPosition = ref(true)
|
||||
|
||||
const calculateLocalDepth = (x: number, y: number, width: number, height: number, isCharacter: boolean) => {
|
||||
isometricDepth.value = calculateIsometricDepth(x, y, width, height, isCharacter)
|
||||
console.log(isometricDepth.value)
|
||||
}
|
||||
|
||||
const updatePosition = (x: number, y: number, direction: Direction) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user