mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
This commit is contained in:
@@ -87,8 +87,6 @@ Math Math::instance;
|
||||
Math::Math()
|
||||
: rng()
|
||||
{
|
||||
moduleType = M_MATH;
|
||||
|
||||
// prevent the runtime from free()-ing this
|
||||
retain();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user