Adjust teaching script to match sfml directories better
This commit is contained in:
parent
9be206751f
commit
23fa843409
|
@ -10,7 +10,8 @@ local function should_load(path)
|
||||||
[2] = "json.hpp",
|
[2] = "json.hpp",
|
||||||
[3] = "build",
|
[3] = "build",
|
||||||
[4] = "third-party",
|
[4] = "third-party",
|
||||||
[5] = "sfml",
|
[5] = "sfml/",
|
||||||
|
[5] = "SFML/",
|
||||||
[6] = "TinyXML"
|
[6] = "TinyXML"
|
||||||
}
|
}
|
||||||
local match = {
|
local match = {
|
||||||
|
|
Loading…
Reference in New Issue