more stuff

This commit is contained in:
ThePhD 2019-07-04 14:20:48 -04:00
parent 367edd1a87
commit 0e9bb67576
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -19,7 +19,7 @@ int main() {
lua["bark"] = sol::lua_nil;
sol::optional<int> y = lua["bark"];
// y will not have a value
if (x) {
if (y) {
return -1;
}
else {