BeRo1985 / kraft

Kraft Physics Engine is an open source Object Pascal physics engine library that can be used in 3D games.
107 stars 21 forks source link

Allow compiling sandbox without PasMP #15

Closed michaliskambi closed 7 years ago

michaliskambi commented 7 years ago

The demo (in sandbox/ subdirectory) currently cannot compile without the PasMP. The code in UnitFormMain.pas does not surround all the PasMP usage in {$ifdef KraftPasMP}.

This pull request fixes it, so that one can remove defining of PasMP and KraftPasMP from project options, and then the sandbox will compile without PasMP instantly.

BeRo1985 commented 7 years ago