Fix wording in comment

This commit is contained in:
Samuel Mannehed 2020-05-01 19:51:33 +02:00 committed by Lauri Kasanen
parent 9098478faf
commit 93e42772bc

View File

@ -41,7 +41,7 @@ export default class Mouse {
// ===== EVENT HANDLERS =====
this.onmousebutton = () => {}; // Handler for mouse button click/release
this.onmousebutton = () => {}; // Handler for mouse button press/release
this.onmousemove = () => {}; // Handler for mouse movement
}