Skip to content

Commit

Permalink
print it
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 committed Dec 27, 2020
1 parent 8981ef9 commit 5e8f8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GmodUltralight/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ local function run_test()

local dohavelines = false
surface = {}
surface.SetDrawColor = function() end
surface.DrawRect = function(x,y,w,h) if w~=1 then dohavelines=true end end
surface.SetDrawColor = function(r,g,b,a) end
surface.DrawRect = function(x,y,w,h) print(x,y,w,h) if w~=1 then dohavelines=true end end

print("DrawToSurfaceByLines")
local DrawToSurfaceByLinesStart = SysTime()
Expand Down

0 comments on commit 5e8f8c1

Please sign in to comment.