projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0335f7
)
Fix typo in variable name
author
Kahrl
<kahrl@gmx.net>
Thu, 28 May 2015 18:47:15 +0000
(20:47 +0200)
committer
Kahrl
<kahrl@gmx.net>
Thu, 28 May 2015 18:47:15 +0000
(20:47 +0200)
src/serverobject.h
patch
|
blob
|
history
diff --git
a/src/serverobject.h
b/src/serverobject.h
index 5873e4ab81bdaa849170b3dfce3e3d0305364383..5de1071d17d5065d2af77ceed8e286abf8b53905 100644
(file)
--- a/
src/serverobject.h
+++ b/
src/serverobject.h
@@
-153,7
+153,7
@@
public:
{}
virtual void setAnimation(v2f frames, float frame_speed, float frame_blend)
{}
- virtual void getAnimation(v2f *frames, float *frame_spee, float *frame_blend)
+ virtual void getAnimation(v2f *frames, float *frame_spee
d
, float *frame_blend)
{}
virtual void setBonePosition(const std::string &bone, v3f position, v3f rotation)
{}