Build: Fix platform module not being client-only
This commit is contained in:
@@ -70,6 +70,7 @@ Nazara Engine:
|
|||||||
- (WIP) Add support for materials and callbacks to Physics3D module.
|
- (WIP) Add support for materials and callbacks to Physics3D module.
|
||||||
- PhysWorld3D class is now movable
|
- PhysWorld3D class is now movable
|
||||||
- ⚠️ Removed array/pointer constructor from Vector classes
|
- ⚠️ Removed array/pointer constructor from Vector classes
|
||||||
|
- Fixed Platform module not being classified as client-only
|
||||||
|
|
||||||
Nazara Development Kit:
|
Nazara Development Kit:
|
||||||
- Added ImageWidget (#139)
|
- Added ImageWidget (#139)
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
MODULE.Name = "Platform"
|
MODULE.Name = "Platform"
|
||||||
|
|
||||||
|
MODULE.ClientOnly = true
|
||||||
|
|
||||||
MODULE.Libraries = {
|
MODULE.Libraries = {
|
||||||
"NazaraCore",
|
"NazaraCore",
|
||||||
"NazaraUtility"
|
"NazaraUtility"
|
||||||
|
|||||||
Reference in New Issue
Block a user