mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
fix mesa install
This commit is contained in:
@@ -12,7 +12,7 @@ TestModule = {
|
||||
local testmodule = {
|
||||
timer = 0,
|
||||
time = 0,
|
||||
delay = 0.1,
|
||||
delay = 0.01,
|
||||
spacer = ' ',
|
||||
colors = {
|
||||
PASS = 'green', FAIL = 'red', SKIP = 'grey'
|
||||
|
||||
Reference in New Issue
Block a user