Skip to content

Commit e5510a8

Browse files
committed
removed old todo, minor changes
1 parent a01cd44 commit e5510a8

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

src/Path.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _PATH_H
22
#define _PATH_H
33

4+
// This will eventually replace Freq::Timed for any type of timed transformations
5+
46
#include "Freq.h"
57

68
class Path

src/editor/EditorState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ bool EditorState::logic(unsigned int advance)
405405
Renderer::get().shaders(Renderer::ENABLE_SHADERS | Renderer::BIND_SHADERS);
406406

407407
glm::vec3 mouse_world = mouseWorldSpace();
408-
Log::get().write("Mouse World: " + str(mouse_world.x) + ", " + str(mouse_world.y));
408+
//Log::get().write("Mouse World: " + str(mouse_world.x) + ", " + str(mouse_world.y));
409409
m_pPlayer->resetOrientation();
410410
Matrix::translation(*m_pPlayer->matrix(), glm::vec3(
411411
mouse_world.x,

src/todo.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)