Skip to content

Commit

Permalink
Changed profiler path
Browse files Browse the repository at this point in the history
Updated gitignore to match that
While the profiler is helpful, it is not really needed in every build
  • Loading branch information
Cruor committed Jan 22, 2020
1 parent a5ca96b commit d4f8602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# other
/lib/*
/src/profile/*
/src/celesteResources/*
/src/*.dll
/src/*.so
2 changes: 1 addition & 1 deletion src/debug_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local sceneHandler = require("scene_handler")
local tasks = require("task")
local utils = require("utils")

local hasProfile, profile = utils.tryrequire("profile", false)
local hasProfile, profile = utils.tryrequire("profile.profile", false)
local origYield = coroutine.yield

local debugUtils = {}
Expand Down

0 comments on commit d4f8602

Please sign in to comment.