mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
include tag in LoaderImpl::minModVersion
This commit is contained in:
parent
14d327e8ff
commit
9b07484e09
1 changed files with 2 additions and 1 deletions
|
@ -123,8 +123,9 @@ VersionInfo Loader::Impl::getVersion() {
|
|||
}
|
||||
|
||||
VersionInfo Loader::Impl::minModVersion() {
|
||||
auto ver = this->getVersion();
|
||||
return VersionInfo {
|
||||
this->getVersion().getMajor(), 0, 0
|
||||
ver.getMajor(), 0, 0, ver.getTag()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue