mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
De-namespaced a class, to make it less verbose.
This commit is contained in:
@@ -441,7 +441,7 @@ private:
|
||||
//
|
||||
// This ensures that a World only can be destroyed
|
||||
// once all bodies have been destroyed too.
|
||||
Object::StrongRef<World> world;
|
||||
StrongRef<World> world;
|
||||
|
||||
bodyudata *udata;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user